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

regex

(0.07 sec)
  1. 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...
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseSubstitutions method. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false 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. 获取列标题|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/get-a-column-heading/
  4. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    Discover the FindReplaceOptions LegacyMode property to easily toggle the classic find/replace algorithm for enhanced functionality and seamless user experience...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/net/aspose.words.rep...
  5. HtmlFixedSaveOptions.PageHorizontalAlignment | ...

    Discover the HtmlFixedSaveOptions PageHorizontalAlignment property to easily control page alignment in HTML documents. Default set to Center for optimal presentation.... That ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . That ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....e ) { } // Font regex (optional) // Set regex if you want to restrict...String regex = null ; // Windows: // String // regex=".*(calibri...

    docs.aspose.com/words/java/convert-document-to-...
  7. HtmlFixedPageHorizontalAlignment Enum | Aspose....

    Discover Aspose.Words.HtmlFixedPageHorizontalAlignment enum for precise control of page alignment in your HTML documents. Enhance your document formatting today!... That ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . That ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 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, FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.low...
  9. 使用C++的正则表达式替换工作簿内的文本|Documentation

    使用Aspose.Cells在C++中通过正则表达式替换工作簿内的文本。...indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/zh/cpp/replace-text-in-a-...
  10. Merge two adjacent cells|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/net/merge-two-adjacent-ce...