Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,256 for

regex

(0.06 sec)
  1. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...UseSubstitutions = true; Regex tagRegex = new Regex(@"<<.*?>> RegexOptions...Document doc, Paragraph p, Regex tagRegex, ref int bkIndex) {...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  3. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using regular expression in Node.js via C++....indicate that the searched key is regex replace . setRegexKey ( true...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  4. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting.... Replace ( new Regex ( @"TEXT1&p" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...
  5. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... replace ( new Regex ( "TEXT1&p" ), "" , options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageMargins method. Specifies the margins around pages in an HTML document. The margins value is measured in points and should be equal to or greater than 0. Default value is 10 points in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFieldCodes method. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C++....Text :: RegularExpressions :: Regex > ( u "T" ), u "*" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...treat the search pattern as a regex: FindReplaceOptions options...setUseRegex(true); // enable regex mode options.setIgnoreFormatting(true);...

    forum.aspose.com/t/placeholder-not-replaced-com...
  9. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#.... Replace ( new Regex ( "[s | m]ad" ), "bad" ); doc...

    docs.aspose.com/words/net/find-and-replace-text...
  10. Search and Get Text from Pages of PDF|Aspose.PD...

    Learn how to search and extract text from PDF documents in Python using Aspose.PDF for document analysis.... By enabling regex mode in TextFragmentAbsorber...Initialize TextFragmentAbsorber with Regex Pattern. Apply Absorber to Page...

    docs.aspose.com/pdf/python-net/search-and-get-t...