Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,320 for

regex

(0.15 sec)
  1. Java Word API | Create Manipulate and Render Wo...

    Java Word files processing library to create edit convert DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more formats....Search and replace text using RegEx Automate the search and replace...

    products.aspose.com/words/java/
  2. Edit DOC In Java

    Edit DOC in Java code....provides developers with DOC Regex-based search functionality....

    products.aspose.com/words/java/edit/doc/
  3. Edit Markdown In Java

    Edit Markdown in Java code....provides developers with MD Regex-based search functionality....

    products.aspose.com/words/java/edit/md/
  4. Edit DOCX In Java

    Edit DOCX in Java code....provides developers with DOCX Regex-based search functionality....

    products.aspose.com/words/java/edit/docx/
  5. Wrong Document Sent Back - Free Support Forum -...

    We are experiencing an issue where documents sent to Aspose for signing are returned incorrectly — with the wrong document content. We are currently leveraging Aspose.PDF for .NET, which is specifically used for manipul…...@"_[0-9]{7,8}_[0-9]{5,6}"; //// Use Regex.Replace with MatchEvaluator...occurrence //string fileNames = Regex.Replace(workingDocumentColle...

    forum.aspose.com/t/wrong-document-sent-back/312061
  6. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....of the replace and replace_regex methods to find or replace a...([a-zA-Z]+) \1 . Use the replace_regex method to search and replace...

    docs.aspose.com/words/python-net/find-and-replace/
  7. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...Regex.Replace( html, @"<a\s+name=\"[^\"]+\s*></a>"...a newer version or use the regex post‑processing approach described...

    forum.aspose.com/t/how-to-remove-default-bookma...
  8. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...getMarkedUpProvision(); // String regex = buildFlexibleRegex(searchText);...

    forum.aspose.com/t/words-java-tracking-changes-...
  9. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large boxes that pop up: image.png (631 …...TextSearchOptions(True) # regex ON page.accept(absorber) for...

    forum.aspose.com/t/really-weird-large-redaction...
  10. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram....= "" ) text += Regex . Replace ( shape . Text . Value...

    docs.aspose.com/diagram/net/working-with-text/