Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,999 for

regex

(0.12 sec)
  1. ReplacingArgs Class | Aspose.Words for .NET

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation in C#.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  2. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback 方法. 用户定义的方法在替换操作期间为在替换之前找到的每个匹配项调用... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/zh/net/aspose.words....
  3. FindReplaceOptions.ReplacingCallback | Aspose.W...

    FindReplaceOptions 财产. 在每次替换发生之前调用的用户定义方法... Replace ( new Regex ( "New York City|NYC" ), "Washington"...doc . Range . Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Need space after comma in text - Aspose.Words P...

    We have some code where we have text in column that does not have a space after comma. So when we open the resulting DOCX in MS Word, it shows red squiggly line below(please see attached pacture). Is there any way we ca…..."26 - Houston,TX"; value = Regex.Replace(value, "([a-zA-Z]+,)([a-zA-Z]+)"...true; doc.Range.Replace(new Regex("([a-zA-Z]+,)([a-zA-Z]+)"),...

    forum.aspose.com/t/need-space-after-comma-in-te...
  5. How to achieve the edited multi-paragraph text ...

    I want to get the multi-paragraph text contained in the curly braces in the word file, and add a space in front of each line of multi-paragraph text, I can currently get the multi-paragraph text contained in the curly br…...GetText(); MatchCollection matches = Regex.Matches(docText, @"\{([^}]*...Backward; doc.Range.Replace(new Regex(@"\{[^\}] "", opt); doc.Save(@"C:\Temp\out...

    forum.aspose.com/t/how-to-achieve-the-edited-mu...
  6. TextFrame | Aspose.Sildes for Node.js via Java ...

    TextFrame TextFrame class Represents a TextFrame. getHyperlinkQueries Name Description getHyperlinkQueries () Provide......Parameters: Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/nodejs-java/aspose....
  7. Aspose.PDF for CPP 19.6 Release Notes|Aspose.PD...

    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....PDFCPP-965 Fix Aspose CPP lib regex matching the empty string Bug...

    docs.aspose.com/pdf/cpp/aspose-pdf-for-cpp-19-6...
  8. Aspose::Slides::TextFrame Class Referencefinal ...

    Classes | Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::TextFrame Class ......HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  9. Search and replace text in DOTX document via C+...

    C++ example code to redact sensitive information in DOTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/dotx/
  10. Search and replace text in HTML document via C++

    C++ example code to redact sensitive information in HTML file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/html/