Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 3,004 for

regex

(0.05 sec)
  1. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    FindReplaceOptions UseSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C#...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/net/aspose.words.rep...
  2. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/page/cpp/namespace/system....
  3. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/page/cpp/namespace/system....
  4. Escape() | Aspose.Slides for C++ API Reference

    Escapes special characters to use string as part of the pattern....Escape() Regex::Escape(const String&) method Escapes special...Text :: RegularExpressions :: Regex :: Escape ( const String & str...

    reference.aspose.com/slides/cpp/system.text.reg...
  5. I am adding comment to Date - Free Support Foru...

    Hi Team, Below code I used to add the comment for date. this code is not working for below mentioned input doc file. Test_Input.docx (14.0 KB) Test_expected_output.docx (19.0 KB) public static void DateFormat(Doc…...Replace(new Regex(@"\b\d{1,2}-(?!May)(?:jan|f...//01-JAN-2022 doc.Range.Replace(new Regex(@"\b\d{1,2}-(?!May)(?:JAN|F...

    forum.aspose.com/t/i-am-adding-comment-to-date/...
  6. Does the api support multi look-replace operati...

    Hi,Support: I want to know whether the api supports multi look-replace operation? for examle: if Doc.Range.text.looks(ArrayLookKeys) then Tip="Doc include the keys=" & ArrayLookKeys(i) else Tip="No Hit!" en…... Regex regex = new Regex(string.Join("|", keyWords));...Color.Yellow; doc.Range.Replace(regex, "$0", opt); doc.Save(@"C:\Temp\out...

    forum.aspose.com/t/does-the-api-support-multi-l...
  7. Memory issue with TextFragmentAbsorber - Aspose...

    We are using below code to replace string with blank in PDF file. We are facing issue of taking more memory. mainly doc.Pages.Accept(absorber). Do you have any other option with minimum memory. We are using 21.12 version…...ons start|ULAGE”; Regex regex = new Regex(pattern, RegexOptions...= new TextFragmentAbsorber(regex); absorber.TextSearchOptions...

    forum.aspose.com/t/memory-issue-with-textfragme...
  8. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/barcode/cpp/namespace/syst...
  9. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/barcode/cpp/namespace/syst...
  10. TextFragmentAbsorber | Aspose.PDF for .NET API ...

    Initializes a new instance of the TextFragmentAbsorberaspose.pdf.text/textfragmentabsorber that performs search of all text segments of the document or page....PDF TextFragmentAbsorber(Regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. public TextFragmentAbsorber...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...