Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,256 for

regex

(0.14 sec)
  1. 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...
  2. 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/
  3. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific Regex text in a Word document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...Find and Replace a specific regex text in a Word document and...

    forum.aspose.com/t/find-and-replace-is-replacin...
  4. 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...
  5. FieldInclude Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldInclude class to seamlessly implement INCLUDE fields in your documents, enhancing automation and efficiency.... That ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 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-...
  7. 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...
  8. Topics tagged net

    Topics tagged net...TextFragmentAbsorber with TextSearchOptions Regex slowly Aspose.PDF Product Family...

    forum.aspose.com/tag/net
  9. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your document's first page with unique headers and footers for a professional touch.... Replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/net/aspose.words/pag...
  10. 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...