Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,009 for

regex

(0.07 sec)
  1. Search and replace text in DOT document via C++...

    C++ example code to redact sensitive information in DOT 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/dot/
  2. Document.Range.Replace is incredibly slow - Fre...

    We are looking at Aspose.Word to handle our document production and conversion to PDF. Our requirement is to replace tokens contained in a Word document with content (sometimes Rich/HTML) from a database. These replaceme…...Here is the RegEx required to find the tokens: Regex(@"\{r(?.*...static readonly Regex ReplacementCodeRegex = new Regex(@"{r(?.*?)...

    forum.aspose.com/t/document-range-replace-is-in...
  3. 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...
  4. 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....
  5. 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....
  6. Aspose::Slides::ITextFrame Class Referenceabstr...

    Public Member Functions | List of all members Aspose::Slides::ITextFrame Class Reference abstract Represents a TextFr......HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...ightRegex ( System::String regex , System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. Aspose::Slides::ITextFrame Class Referenceabstr...

    Public Member Functions | List of all members Aspose::Slides::ITextFrame Class Reference abstract Represents a TextFr......HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...ightRegex ( System::String regex , System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  8. 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...
  9. 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...
  10. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchNode method. Gets the node that contains the beginning of the match in C++....Text :: RegularExpressions :: Regex > ( u " \\ [MY_DOCUMENT \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...