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

regex

(0.04 sec)
  1. Working with Validations in Columns|Documentation

    This article introduces how to use validations in columns in GridDesktop.... RegEx = "" ; validation . CustomValidation...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Online PDF File Text Finder or Build PDF Search...

    Free online app to search in PDF file. C# API code for any PDF file text search application....Define the search criteria in Regex. Create TextAbsorber object...all instances of the input regex. Accept the absorber for the...

    products.aspose.com/total/net/search/pdf/
  3. 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...
  4. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...RuntimeException(e); } But since using regex, this approach is limited if...MergeFields without relying on regex, making it more robust against...

    forum.aspose.com/t/alternative-way-to-extract-a...
  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. 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...
  7. ReplacingArgs.GroupIndex | Aspose.Words for .NET

    Learn how to use the GroupIndex property in ReplacingArgs to easily identify and replace captured groups in matches with your custom strings.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  8. 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...
  9. 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...
  10. 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...