Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,004 for

regex

(0.26 sec)
  1. textframe - Aspose.Slides for Android via Java ...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....String regex, java.lang.Integer highlightColor...highlightRegex(java.lang.String regex, java.lang.Integer highlightColor...

    reference.aspose.com/slides/androidjava/com.asp...
  2. Enum FindReplaceDirection | Aspose.Words for .N...

    Aspose.Words.Replacing.FindReplaceDirection 枚举. 指定替换操作的方向... Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/zh/net/aspose.words....
  3. FieldInclude Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldInclude class. Implements the INCLUDE field in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Search and replace text in PDF document via Pyt...

    Python source code to redact sensitive information in PDF file on any platform with .NET support....documents using plain text or RegEx based search. Load PDF file...

    products.aspose.com/pdf/python-net/redaction/pdf/
  5. Aspose::Words::Replacing::ReplacingArgs::get_Gr...

    Aspose::Words::Replacing::ReplacingArgs::get_GroupName method. Identifies, by name, a captured group in the Match that is to be replaced with the Replacement string in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. How to resolve conflict between TextAbsorber an...

    Disclaimer: We don’t have access to PDF files that cause this issue. Hello Aspose, We have automated redaction tool for PDF that builds map of each character in a page of PDF. To do this, we extract text from a page us…...new TextFragmentAbsorber(new Regex("\\S+")) { ExtractionOptions...TextFragmentAbsorber constructor without any regex parameter, absorber actually...

    forum.aspose.com/t/how-to-resolve-conflict-betw...
  7. Aspose::Words::Range Class Reference - Aspose.W...

    Represents a contiguous area in a document....Replace (const SharedPtr < Regex > &pattern, const String &replacement)...Replace (const SharedPtr < Regex > &pattern, const String &replacement...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. 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-...
  9. 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/
  10. 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/