Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,218 for

regex

(0.06 sec)
  1. Aspose::Words::LowCode::Replacer::ReplaceToImag...

    Aspose::Words::LowCode::Replacer::ReplaceToImages method. Replaces all occurrences of a specified regular expression pattern with a replacement string in the input file. Renders output to images in C++....:Text::RegularExpressions::Regex>&, const System::String&, const...Text :: RegularExpressions :: Regex > & pattern , const System ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. 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...
  3. 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...
  4. Aspose::Words::Saving::HtmlFixedPageHorizontalA...

    Aspose::Words::Saving::HtmlFixedPageHorizontalAlignment enum. Specifies the horizontal alignment for pages in output HTML document in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. FindReplaceOptions.useSubstitutions property | ...

    FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...useSubstitutions ; /* TODO let regex = new Regex(@"([A-z]+) sold a ([A-z]+)...([A-z]+)"); doc.range.replace(regex, @"$3 bought a $2 from $1",...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Calculate the sum of a range of cells|Documenta...

    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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  7. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using Regular Expression with Aspose.Cells in C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/cpp/replace-text-in-a-wor...
  8. 计算一系列单元格的总和|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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  9. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveOptions enhances document display by utilizing target machine fonts. Optimize your font management today!... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  10. ExportFontFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ExportFontFormat enum for optimal font export when rendering to HTML fixed format. Enhance your document's visual quality!... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...