Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,043 for

regex

(0.03 sec)
  1. 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...
  2. How to Search in PDF Using C# | Find and Highli...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use Regex, and redact sensitive data....features like case-insensitive or regex-based search. Accept() : Applies...where regular expressions (regex) come in. Aspose.PDF for .NET...

    blog.aspose.com/pdf/search-in-pdf-using-csharp/
  3. 从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...
  4. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  5. FindReplaceOptions.ApplyFont | Aspose.Words for...

    Discover the ApplyFont property in FindReplaceOptions for seamless text formatting. Enhance your content with tailored styles effortlessly!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Aspose::Words::Replacing::ReplaceAction enum | ...

    Aspose::Words::Replacing::ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C++....Text :: RegularExpressions :: Regex > ( u " \\ [MY_DOCUMENT \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. 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...
  8. ReplacingArgs.GroupName | Aspose.Words for .NET

    Discover how to effectively use the GroupName property to replace captured groups in your matches with custom strings. Enhance your string manipulation skills!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  9. 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...
  10. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchOffset method. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...