Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,043 for

regex

(0.04 sec)
  1. 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...
  2. Aspose::Words::Replacing::ReplacingArgs::get_Gr...

    Aspose::Words::Replacing::ReplacingArgs::get_GroupIndex method. Identifies, by index, 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...
  3. 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...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ApplyFont method. Text formatting applied to new content in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_Match method. The Match resulting from a single regular expression match during a Replace in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. 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...
  8. Find and Replace in C++|Aspose.Words for C++

    Find a string or regular expression pattern in your document and replace it with the text you want using C++....Expressions A regular expression (regex) is a pattern that describes...combinations by setting the Regex parameter as the regular expression...

    docs.aspose.com/words/cpp/find-and-replace/
  9. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Expressions A regular expression (regex) is a pattern that describes...combinations by setting the Regex parameter as the regular expression...

    docs.aspose.com/words/java/find-and-replace/
  10. NodeList Class | Aspose.Words for .NET

    Explore the Aspose.Words.NodeList class, your go-to solution for efficiently managing XPath query results and enhancing document processing capabilities....private static readonly Regex gRegex = new Regex ( "\\S+" + // One...

    reference.aspose.com/words/net/aspose.words/nod...