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

regex

(0.07 sec)
  1. Matches() | Aspose.Slides for C++ API Reference

    Gets all matches of Regex in given string by matching repeatedly....Matches() Contents [ Hide ] Regex::Matches(const String&, int)...method Gets all matches of regex in given string by matching...

    reference.aspose.com/slides/cpp/system.text.reg...
  2. get_RightToLeft() | Aspose.Slides for C++ API R...

    Checks if matching is done in right-to-left mode....get_RightToLeft() Regex::get_RightToLeft() method Checks if matching...Text :: RegularExpressions :: Regex :: get_RightToLeft () Return...

    reference.aspose.com/slides/cpp/system.text.reg...
  3. 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...
  4. 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....
  5. 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....
  6. 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/...
  7. 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...
  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. List keywords in the template - Free Support Fo...

    Hello, I would like to implement a validation to ensure the keywords in the template are available in the JSON object so I was hoping to be able to list the current keywords in the template. var templateText = doc.Rang…...Text; Regex regex = new Regex(@"<<\[(.* var matches = regex.Matches(templateText);...within each match entry for the regex so this would need additional...

    forum.aspose.com/t/list-keywords-in-the-templat...