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

regex

(0.08 sec)
  1. ReplacingArgs.GroupIndex | Aspose.Words for .NET

    Learn how to use the GroupIndex property in ReplacingArgs to easily identify and replace captured groups in matches with your custom strings.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Online PDF File Text Finder or Build PDF Search...

    Free online app to search in PDF file. C# API code for any PDF file text search application....Define the search criteria in Regex. Create TextAbsorber object...all instances of the input regex. Accept the absorber for the...

    products.aspose.com/total/net/search/pdf/
  3. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...RuntimeException(e); } But since using regex, this approach is limited if...MergeFields without relying on regex, making it more robust against...

    forum.aspose.com/t/alternative-way-to-extract-a...
  4. 从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...
  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. 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
  7. 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...
  8. 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/
  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. 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...