Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,227 for

regex

(0.1 sec)
  1. How to Search in PDF Using C# | Find and Highli...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use Regex, and redact sensitive data....features like case-insensitive or regex-based search. Accept() : Applies...where regular expressions (regex) come in. Aspose.PDF for .NET...

    blog.aspose.com/pdf/search-in-pdf-using-csharp/
  2. FindReplaceOptions.ApplyFont | Aspose.Words for...

    Discover the ApplyFont property in FindReplaceOptions for seamless text formatting. Enhance your content with tailored styles effortlessly!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  4. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...replace(new Regex("checkbox|radiobutton"), ""...doc.getRange().replace(new Regex("checkbox|radiobutton"), ""...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  5. ReplacingArgs.MatchNode | Aspose.Words for .NET

    Discover the ReplacingArgs MatchNode property to easily access the node where your match begins, enhancing your coding efficiency and accuracy.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the document in Java....how to replace string with regex in the document using context...ways to replace string with regex in the document: String doc...

    reference.aspose.com/words/java/com.aspose.word...
  7. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  8. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless Regex replacements. Enhance your coding efficiency with precise match results!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  9. How to Run the Examples|Documentation

    Use PyCharm to run the examples of the Python Image Processing Library API that can be downloaded from GitHub....Default: All --file-filter regex Default: All files –help No...

    docs.aspose.com/imaging/python-net/how-to-run-t...
  10. ReplacingArgs.GroupName | Aspose.Words for .NET

    Discover how to effectively use the GroupName property to replace captured groups in your matches with custom strings. Enhance your string manipulation skills!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...