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

regex

(0.08 sec)
  1. 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/
  2. 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-...
  3. Search DOCX document without opening via Java |...

    Java source code to search words with pattern in Microsoft Word DOCX 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/docx/
  4. Aspose.PDF for .NET 19.6 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2019, version 19.6....PDFNET-41785 TextFragmentAbsorber: regex fails to match a word boundary...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-19-6...
  5. While replacing a specified syntax with a docum...

    Hello Team, Currently I have a main document which in turn has some syntaxes those syntax will be replaced with a document that I have done with the help of your Shows how to insert an entire document’s contents as a re…...Replace(new Regex("\\[MY_DOCUMENT\\]"), "", options);...element to be replaced like regex exprssion to be replaced with...

    forum.aspose.com/t/while-replacing-a-specified-...
  6. Find and Replace in C++|Aspose.Words for C++

    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/cpp/find-and-replace/
  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. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...targetText = “x”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  9. Search TXT document without opening via Java | ...

    Java source code to search words with pattern in TXT 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/txt/
  10. 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/