Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 2,259 for

regex

(0.1 sec)
  1. Replacer.ReplaceToImages | Aspose.Words for .NET

    Effortlessly transform your input files by replacing character patterns with custom strings and generating stunning images with our ReplaceToImages method....string, ImageSaveOptions , Regex, string, FindReplaceOptions...ImageSaveOptions saveOptions , Regex pattern , string replacement...

    reference.aspose.com/words/net/aspose.words.low...
  2. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....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/net/aspose.words.low...
  3. Replacer.Create | Aspose.Words for .NET

    Discover how the Replacer Create method generates a new instance of the efficient replacer processor for seamless data transformation....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/net/aspose.words.low...
  4. FindReplaceOptions.use_substitutions property |...

    FindReplaceOptions.use_substitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...' ) regex = '([A-z]+) gave money to ([A-z]+)'.... range . replace_regex ( pattern = regex , replacement = '$2...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_LegacyMode method. Gets or sets a boolean value indicating that old find/replace algorithm is used in C++...." ); auto regex = System :: MakeObject < System...Text :: RegularExpressions :: Regex > ( u "([A-z]+) gave money to...

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

    Find/replace operation context 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. Replacer Class | Aspose.Words for .NET

    Effortlessly replace text in documents with Aspose.Words.LowCode.Replacer. Simplify your workflow and enhance document management today!...static Replace ( string, string, Regex, string ) Replaces all occurrences...Stream, Stream, SaveFormat , Regex, string ) Replaces all occurrences...

    reference.aspose.com/words/net/aspose.words.low...
  8. Replacer.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a specific string in your input file with the Replacer Replace method. Streamline your text editing today!...Words Replace( string, string, Regex, string ) Replaces all occurrences...inputFileName , string outputFileName , Regex pattern , string replacement...

    reference.aspose.com/words/net/aspose.words.low...
  9. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageHorizontalAlignment method. Specifies the horizontal alignment of pages in an HTML document. Default value is Center in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 合并相邻单元格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...