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

regex

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Search Text Spanning multiple PDF Pages - Free ...

    Hello Aspose Team, We are using TextFragmentAbsorber to search for specific phrases in PDFs. However, we have a scenario where the text we are searching for is split across two pages — for example, “Service’s” appears a…...text across pages and applying regex)? If this feature is not supported...

    forum.aspose.com/t/search-text-spanning-multipl...
  6. 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
  7. 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/
  8. Guidance on Functions for True Redaction in Asp...

    Hello Aspose Support, We need to perform true, irreversible redaction across Word (DOC/DOCX) and PDF using Aspose.Total — not just masking, but fully deleting sensitive text and metadata so nothing remains searchable or…...Select(s => Regex.Escape(s))) + ")"; Regex redactionWordsRegex...redactionWordsRegex = new Regex(redactionWordsRegexS, RegexOptions.IgnoreCase);...

    forum.aspose.com/t/guidance-on-functions-for-tr...
  9. 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...
  10. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Expressions A regular expression (regex) is a pattern that describes...combinations by setting the Regex parameter as the regular expression...

    docs.aspose.com/words/java/find-and-replace/