Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,004 for

regex

(0.07 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. Search and replace text in TXT document via C++...

    C++ example code to redact sensitive information in TXT 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/txt/
  5. Search and replace text in DOC document via C++...

    C++ example code to redact sensitive information in DOC 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/doc/
  6. Search and replace text in ODT document via C++...

    C++ example code to redact sensitive information in ODT 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/odt/
  7. Search and replace text in RTF document via C++...

    C++ example code to redact sensitive information in RTF 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/rtf/
  8. Class Validation | Aspose.Cells for .NET API Re...

    Aspose.Cells.GridWeb.Validation class.... RegEx { get; set; } Gets or sets the...

    reference.aspose.com/cells/net/aspose.cells.gri...
  9. 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...
  10. 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...