Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,225 for

regex

(0.04 sec)
  1. FieldIncludePicture Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldIncludePicture class to effortlessly implement INCLUDEPICTURE fields, enhancing document automation and image integration.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting.... Replace ( new Regex ( @"TEXT1&p" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  4. FAQ|Aspose.PDF for Python via .NET

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

    docs.aspose.com/pdf/python-net/faq/
  5. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...indicate that the searched key is regex replace . setRegexKey ( true...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  6. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

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

    Discover the ReplacingArgs Replacement property to easily manage and customize your replacement strings for enhanced coding efficiency.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ReplacingArgs.replacement property | Aspose.Wor...

    ReplacingArgs.replacement property. Gets or sets the replacement string.... replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...treat the search pattern as a regex: FindReplaceOptions options...setUseRegex(true); // enable regex mode options.setIgnoreFormatting(true);...

    forum.aspose.com/t/placeholder-not-replaced-com...