Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,003 for

regex

(0.13 sec)
  1. ITextFrame | Aspose.Sildes for Python via .NET ...

    ITextFrame Contents [ Hide ] ITextFrame class Represents a TextFrame. The ITextFrame type exposes the following membe...... highlight_regex(regex, highlight_color, options)...

    reference.aspose.com/slides/python-net/aspose.s...
  2. findoptions - Aspose.Cells for PHP via Java - A...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....is regex. If true the searched key will be taken as regex and...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/php/aspose.cells/fin...
  3. FieldInclude.SourceFullName | Aspose.Words for ...

    FieldInclude 财产. 获取或设置文档的位置... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Aspose::Words::Fields::FieldInclude::get_TextCo...

    Aspose::Words::Fields::FieldInclude::get_TextConverter method. Gets or sets the name of the text converter for the format of the included file in C++....Text :: RegularExpressions :: Regex :: Match ( field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose.Pdf for CPP 17.12 Release Notes|Aspose.P...

    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....Internal Change Performance of Regex class is improved. Internal...

    docs.aspose.com/pdf/cpp/aspose-pdf-for-cpp-17-1...
  6. Aspose::Words::Replacing::IReplacingCallback in...

    Aspose::Words::Replacing::IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C++....Text :: RegularExpressions :: Regex > ( u "(header|footer)" ), u...Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Search DOC document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word DOC file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/doc/
  8. Search XHTML document without opening via .NET ...

    C# code to search words with pattern in XHTML file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/xhtml/
  9. Search DOCX document without opening via .NET |...

    C# code to search words with pattern in Microsoft Word DOCX file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/docx/
  10. Search TXT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word TXT file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/txt/