Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,224 for

regex

(0.06 sec)
  1. 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
  2. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。...NET Regex 搜索文本 Aspose.PDF for .NET 提供了使用标准 .NET Regex 选项搜索文档的功能。可以使用...GetDataDir_AsposePdf_Text (); // 创建 Regex 对象以查找所有单词 System . Text . RegularExpressions...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  3. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless Regex replacements. Enhance your coding efficiency with precise match results!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  5. 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...
  6. 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/
  7. Using Link Annotations in PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....fragments var regEx1 = new Regex ( @"Link Annotation Demo \d"...\d" ); var regEx2 = new Regex ( @"Sample text \d" ); // Create...

    docs.aspose.com/pdf/net/link-annotations/
  8. 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...
  9. 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...
  10. 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/