Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,377 for

regex

(0.11 sec)
  1. EventsBag support for archive.SaveSplit method ...

    Hello, We are trying to adopt Aspoze.ZIP for our functionality of creating multivolume archives. One of prolems we have is we are packaging relatively large archives with large number of entries from streams, and we wo…...new Random(); Regex numberExtractor = new Regex(@"^entry(?<number>\d+)\...

    forum.aspose.com/t/eventsbag-support-for-archiv...
  2. 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/
  3. Convert RGB to HEX in Python – Free Online & API

    Convert RGB to HEX codes programmatically in Python. Quick and automated color transformation for web design using Aspose.SVG for Python via .NET....string manipulation scripts or regex-based parsers. The library ensures...

    products.aspose.com/svg/python-net/color-conver...
  4. Python Word Document Processing API – Aspose | ...

    Python library to work with Word files. Create, edit, convert, DOCX, DOC, RTF, PDF, EPUB, WordML, ODT, HTML, text and many other formats....Search and replace text using RegEx Automate the search and replace...

    products.aspose.com/words/python-net/
  5. 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/
  6. Edit DOC In Java

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

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

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

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

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

    products.aspose.com/words/java/edit/docx/
  9. 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
  10. 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...