Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,043 for

regex

(0.06 sec)
  1. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Discover the UseLegacyOrder property in FindReplaceOptions. Enable sequential text searches for better accuracy. Default is false. Optimize your text processing!...which we can search for using a regex pattern. // Place one of those...doc . Range . Replace ( new Regex ( @"\[tag \d*\]" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportFormFields method. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. FindReplaceOptions.use_substitutions property |...

    FindReplaceOptions.use_substitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns... replace_regex ( '([A-z]+) gave money to ([A-z]+)'...use_substitutions = use_substitutions regex = '([A-z]+) sold a ([A-z]+)...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldOptions::get_PrePro...

    Aspose::Words::Fields::FieldOptions::get_PreProcessCulture method. Gets or sets the culture to preprocess field values in C++....Text :: RegularExpressions :: Regex :: Match ( field -> get_Result...Text :: RegularExpressions :: Regex :: Match ( field -> get_Result...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. HtmlSaveOptions.ResolveFontNames | Aspose.Words...

    Discover how the HtmlSaveOptions ResolveFontNames property enhances document formatting by ensuring accurate font substitutions in HTML outputs.... Regex . Match ( outDocContents , "<span...style=\"font-family:Arial\">" ). Success : Regex . Match ( outDocContents , "<span...

    reference.aspose.com/words/net/aspose.words.sav...
  6. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made.... replace ( new Regex ( "New York City|NYC" ), "Washington"...WORDSNODEJS-106 - Add support of regex to doc.range.replace' , () =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....which we can search for using a regex pattern. // Place one of those...Text :: RegularExpressions :: Regex > ( u "Match \\ d*" ), u "Replacement"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. FindReplaceOptions.applyFont property | Aspose....

    FindReplaceOptions.applyFont property. Text formatting applied to new content....WORDSNODEJS-106 - Add support of regex to doc.range.replace' , () =>...doc . range . replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++....:Text::RegularExpressions::Regex>&, const System::String&) method...Text :: RegularExpressions :: Regex > & pattern , const System ::...

    reference.aspose.com/words/cpp/aspose.words/ran...
  10. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation.... replace ( new Regex ( "(header|footer)" ), "" ,...doc . range . replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/nodejs-net/aspose.wo...