Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 2,259 for

regex

(0.16 sec)
  1. 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...
  2. 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...
  3. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...string normalizedCellText = Regex.Replace(cellText, @"\{\{\s*(...t); cell.Range.Replace(new Regex(regexPattern), replacementText...

    forum.aspose.com/t/font-style-automatically-cha...
  4. 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...
  5. 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...
  6. 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...
  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. 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/
  10. 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...