Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 3,004 for

regex

(0.12 sec)
  1. Search ODT document without opening via Java | ...

    Java source code to search words with pattern in Microsoft Word ODT file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....compile() method to define a regex pattern Use getRange().replace...

    products.aspose.com/words/java/search/odt/
  2. Search RTF document without opening via Java | ...

    Java source code to search words with pattern in Microsoft Word RTF file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....compile() method to define a regex pattern Use getRange().replace...

    products.aspose.com/words/java/search/rtf/
  3. Find and Replace in C#|Aspose.Words for .NET

    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/net/find-and-replace/
  4. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    PageSetup DifferentFirstPageHeaderFooter property. True if a different header or footer is used on the first page in C#.... Replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/net/aspose.words/pag...
  5. Search and replace text in PDF document via .NE...

    C# source code to redact sensitive information in PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....documents using plain text or RegEx based search. Load PDF file...

    products.aspose.com/pdf/net/redaction/pdf/
  6. Aspose.Slides for Android via Java 19.3 Release...

    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....with background color using regex, similar to Text Highlight Color...specified color. * </p> * @param regex Text of regular expression to...

    docs.aspose.com/slides/androidjava/aspose-slide...
  7. TextFrame - Aspose.Slides for Java - API Reference

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....String regex, java.awt.Color highlightColor...highlightRegex(java.lang.String regex, java.awt.Color highlightColor...

    reference.aspose.com/slides/java/com.aspose.sli...
  8. Aspose::Words::PageSetup::get_DifferentFirstPag...

    Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++....Text :: RegularExpressions :: Regex > ( u "(header|footer)" ), u...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. 21.11 Release Notes|Aspose.Words for C++

    Aspose.Words for C++ 21.11 Release Notes – the latest updates and fixes....field" ); auto regex = System :: MakeObject < Regex > ( u "T" );...-> get_Range () -> Replace ( regex , u "*" , options ); std ::...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  10. Slow TextFragmentAbsorber performance in one sp...

    I’m running Regex searches through a large volume of PDF files, with differences across the board - different sizes, pages, content, etc. I’ve found one particular file that will cause the search time to drastically incr…...2022, 8:49pm #1 I’m running regex searches through a large volume...not quite public, and the regexes used are proprietary, so I’d...

    forum.aspose.com/t/slow-textfragmentabsorber-pe...