Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,256 for

regex

(0.79 sec)
  1. 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...
  2. 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...
  3. Find and Replace Text in Excel using Java

    Follow this article to find and replace text in Excel using Java. It has all the details to set the IDE, a list of steps, and a sample code to implement text find and replace in Excel using Java.... You can implement a Regex key for searching a text instead...

    kb.aspose.com/cells/java/find-and-replace-text-...
  4. 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
  5. 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/
  6. 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/
  7. 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...
  8. 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/
  9. 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...
  10. PageSetup.differentFirstPageHeaderFooter proper...

    PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page.... replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...