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

regex

(0.08 sec)
  1. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. 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...
  3. HtmlFixedSaveOptions.ExportFormFields | Aspose....

    Discover how the HtmlFixedSaveOptions ExportFormFields property enhances your document exports by keeping form fields interactive, improving user experience.... That ( Regex . Match ( outDocContents , "<a...); } else { Assert . That ( Regex . Match ( outDocContents , "<a...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Working with Projects | Aspose.Tasks Documentation

    Learn how to create, edit, and save projects using Aspose.Tasks for .NET.... ReadToEnd (); 16 Regex regex = new Regex( "PT(\\d+)H(\\d+)M(\\d+)S"..."PT(\\d+)H(\\d+)M(\\d+)S" ); 17 return regex. Replace (xml, "**$1Hrs$2Mins$3Secs**"...

    docs.aspose.com/tasks/net/creating-reading-and-...
  5. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedCss method. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. 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...
  7. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....WORDSNODEJS-106 - Add support of regex to doc.range.replace' , () =>...mainDoc . range . replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.Direction | Aspose.Words for...

    Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results....which we can search for using a regex pattern. // Place one of those...doc . Range . Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ReplacingArgs.groupIndex property | Aspose.Word...

    ReplacingArgs.groupIndex property. Identifies, by index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string....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...
  10. HtmlSaveOptions.resolveFontNames property | Asp...

    HtmlSaveOptions.resolveFontNames property. Specifies whether font family names used in the document are resolved and substituted according to [Document.fontSettings](../../../aspose.words/document/fontSettings/) when being written into HTML-based formats.... Regex . match ( outDocContents , "<span...style=\"font-family:Arial\">" ). Success : Regex . match ( outDocContents , "<span...

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