Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 3,004 for

regex

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

    Replaces all matches of Regex in string with replacement string....Replace() Contents [ Hide ] Regex::Replace(const String&, const...method Replaces all matches of regex in string with replacement string...

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

    Gets Regex options....get_Options() Regex::get_Options() method Gets regex options. RegexOptions...RegularExpressions :: Regex :: get_Options () Return Value Options regex is created...

    reference.aspose.com/slides/cpp/system.text.reg...
  3. ToString() | Aspose.Slides for C++ API Reference

    Converts Regex to string....ToString() Regex::ToString() const method Converts regex to string...:: Regex :: ToString () const override Return Value Regex pattern...

    reference.aspose.com/slides/cpp/system.text.reg...
  4. Match() | Aspose.Slides for C++ API Reference

    Matches Regex against string....Hide ] Regex::Match(const String&) method Matches regex against...Text :: RegularExpressions :: Regex :: Match ( const String & input...

    reference.aspose.com/slides/cpp/system.text.reg...
  5. Create Toc to Bookmarks - Free Support Forum - ...

    I am creating toc to bookmark Level1 to level4 but I am Creating only created in only TWO levels any possible to create level1 to level4Levels.pdf (14.4 KB) please help me,...APPENDICES|LIST OF APPENDIXES"; Regex sample = new Regex(pattren, RegexOptions...startpage = tocPages[0]; //Regex match = new Regex(@"(Section|Table|Appendix|Figure|\d)...

    forum.aspose.com/t/create-toc-to-bookmarks/266106
  6. get_MatchTimeout() | Aspose.Slides for C++ API ...

    Gets matching timeout....get_MatchTimeout() Regex::get_MatchTimeout() method Gets matching...Text :: RegularExpressions :: Regex :: get_MatchTimeout () Return...

    reference.aspose.com/slides/cpp/system.text.reg...
  7. IsMatch() | Aspose.Slides for C++ API Reference

    Matches Regex against string....IsMatch() Contents [ Hide ] Regex::IsMatch(const String&, int)...int) method Matches regex against string. bool System :: Text ::...

    reference.aspose.com/slides/cpp/system.text.reg...
  8. Split() | Aspose.Slides for C++ API Reference

    Splits string by Regex matches....Split() Contents [ Hide ] Regex::Split(const String&) method...method Splits string by regex matches. ArrayPtr < String > System ::...

    reference.aspose.com/slides/cpp/system.text.reg...
  9. 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...
  10. I am removing extra space before and after colo...

    Hi Team, using the below code everything is working fine but I am facing one issue my colon(:slight_smile: Before the content is bold and the colon is also bold after the colon I have two spaces and the content is there…...Replace(new Regex(pattern), label + after_valueSpaces...}"); doc.Range.Replace(new Regex(pattern), label + after_valueSpaces...

    forum.aspose.com/t/i-am-removing-extra-space-be...