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

regex

(0.13 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Get a column heading|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/net/get-a-column-heading/
  8. 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...
  9. 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/...
  10. 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...