Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,042 for

regex

(0.03 sec)
  1. 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...
  2. FindReplaceDirection Enum | Aspose.Words for .NET

    Discover the Aspose.Words FindReplaceDirection enum for efficient text replacement. Optimize your document processing with precise direction control....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...
  3. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseLegacyOrder method. True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false in C++....which we can search for using a regex pattern. // Place one of those...Text :: RegularExpressions :: Regex > ( u " \\ [tag \\ d* \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_Direction method. Selects direction for replace. Default value is Forward 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...
  5. 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...
  6. 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...
  7. Վերափոխեք պարբերությունը Word-ի կետի կետերի, օգ...

    Վերափոխեք պարբերությունը Word-ի կետերի՝ օգտագործելով C#: Դուք կստանաք IDE կարգավորումներ և օրինակելի կոդ՝ Word-ում տեքստը C#-ի միջոցով փոխարկելու համար:...բաժանեք այն տողերի՝ օգտագործելով Regex.Split() մեթոդը: Ստեղծեք ելքային...տեսակը դրեք քառակուսի Վերլուծեք Regex-ով ստեղծված տողերի զանգվածը...

    kb.aspose.com/hy/words/net/convert-paragraph-in...
  8. 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...
  9. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedFonts method. Specifies whether fonts should be embedded into Html document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. FindReplaceOptions.replacingCallback property |...

    FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence.... 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...