Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 2,241 for

regex

(0.04 sec)
  1. 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...
  2. 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
  3. 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...
  4. Find and Replace Text in Excel using Java

    Follow this article to find and replace text in Excel using Java. It has all the details to set the IDE, a list of steps, and a sample code to implement text find and replace in Excel using Java.... You can implement a Regex key for searching a text instead...

    kb.aspose.com/cells/java/find-and-replace-text-...
  5. MailMerge Issue - LF - Free Support Forum - asp...

    I found an issue where when there is a mergefield with a line feed in the IF statement, it does not collapse up during mailmerge when empty. <MERGEFIELD Data1> <IF <MERGEFIELD Data2> = "TEST" "" ""> <MERGEFIELD Data3> I…... For example, a regex pattern like <<IF\s+<<MERGE...

    forum.aspose.com/t/mailmerge-issue-lf/318770
  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. NodeList Class | Aspose.Words for .NET

    Explore the Aspose.Words.NodeList class, your go-to solution for efficiently managing XPath query results and enhancing document processing capabilities....private static readonly Regex gRegex = new Regex ( "\\S+" + // One...

    reference.aspose.com/words/net/aspose.words/nod...
  8. 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/
  9. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...am using code that replaces regex matches with values fetched...performing replacements using regex matches via the Aspose.Words...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  10. 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/