Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,259 for

regex

(0.05 sec)
  1. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the document in Java....how to replace string with regex in the document using context...ways to replace string with regex in the document: String doc...

    reference.aspose.com/words/java/com.aspose.word...
  2. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....and highlight text using the regex expressions. This guide has...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  3. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java...."); String regex = "([A-z]+) gave money to ([A-z]+)";...getRange().replace(Pattern.compile(regex), "$2 took money from $1", options);...

    reference.aspose.com/words/java/com.aspose.word...
  4. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...@"\b\d{3}-\d{2}-\d{4}\b"; var ssnRegex = new Regex(ssnPattern, RegexOptions.IgnoreCase);...@"\b\d{3}-\d{2}-\d{4}\b"; var ssnRegex = new Regex(ssnPattern, RegexOptions.IgnoreCase);...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  5. FAQ|Aspose.PDF for .NET

    Here you can find answers to Frequently Asked Questions for Aspose.PDF for .NET library....implement regex search for TextFragmentAbsorber? To use regex with...

    docs.aspose.com/pdf/net/faq/
  6. Aspose::Words::NodeList class | Aspose.Words fo...

    Aspose::Words::NodeList class. Represents a collection of nodes matching an XPath query executed using the SelectNodes() method. To learn more, visit the documentation article in C++....<system/text/regularexpressions/regex.h> #include <Aspose.Words.C...Text :: RegularExpressions :: Regex >& gRegex (); void UpdateFieldCode...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. Redact Address in PDF that spans multiple lines...

    @alexey.noskov In a PDF document, I need to redact an address that spans multiple lines (e.g., in a table cell): 500 Dungeon Loop Blvd., Suite 1200, San Serifo, TX 75001 Using RedactionAnnotation, can I redact such …...TextFragmentAbsorber with optional regex to locate matches, including...

    forum.aspose.com/t/redact-address-in-pdf-that-s...
  8. Incorrect Text Redaction Formatting after Modif...

    We are using TextFragmentAbsorber to find and redact text in a PDF. The redactions are marked with square brackets like [Reason], and the logic does the following: Finds all fragments matching Regex: \[(?s)(.*?)\] Upda…...Finds all fragments matching regex: \[(?s)(.*?)\] Updates the Text...

    forum.aspose.com/t/incorrect-text-redaction-for...
  9. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/java/com.aspose.word...
  10. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Expressions A regular expression (regex) is a pattern that describes...combinations by setting the Regex parameter as the regular expression...

    docs.aspose.com/words/java/find-and-replace/