Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 469 for

regex

(0.1 sec)
  1. 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...
  2. ReplacingArgs.Replacement | Aspose.Words for .NET

    Discover the ReplacingArgs Replacement property to easily manage and customize your replacement strings for enhanced coding efficiency.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ReplacingArgs.replacement property | Aspose.Wor...

    ReplacingArgs.replacement property. Gets or sets the replacement string.... replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. Aspose::Words::Replacing::ReplacingArgs::get_Gr...

    Aspose::Words::Replacing::ReplacingArgs::get_GroupName method. Identifies, by name, a captured group in the Match that is to be replaced with the Replacement string in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java...."); String regex = "([A-z]+) gave money to ([A-z]+)";...getRange().replace(Pattern.compile(regex), "$2 took money from $1", options);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....and highlight text using the regex expressions. This guide has...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  8. 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...
  9. 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...
  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...