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

regex

(0.17 sec)
  1. 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-...
  2. 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
  3. 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/
  4. 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/
  5. 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...
  6. 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...
  7. Object reference not set to an instance of an o...

    We are getting the error when converting a Word document to Html, and then converting the Html back to Word. After further investigation, we found the error was caused by this particular css: span.UnresolvedMention { co…...regex.Pattern; public class HtmlCleaner...cleanHtml(String html) { // Regex to remove any style containing...

    forum.aspose.com/t/object-reference-not-set-to-...
  8. 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...
  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. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...multi-line placeholders with regex patterns. Here is the relevant...replacements are handled with regex patterns. Entire process works...

    forum.aspose.com/t/table-placeholder-replacemen...