Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 3,004 for

regex

(0.06 sec)
  1. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    FindReplaceOptions LegacyMode property. Gets or sets a boolean value indicating that old find/replace algorithm is used 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...
  2. Unescape() | Aspose.Slides for C++ API Reference

    Unescapes special characters in string used as part of the pattern....Unescape() Regex::Unescape(const String&) method Unescapes special...Text :: RegularExpressions :: Regex :: Unescape ( const String &...

    reference.aspose.com/slides/cpp/system.text.reg...
  3. TextFragmentAbsorber.h - Aspose.PDF for C++ - A...

    TextFragmentAbsorber.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include ......RegularExpressions 58 { 59 class Regex ; 60 } // namespace RegularExpressions...xt::RegularExpressions::Regex> regex); 216 ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/_text_fragment_abs...
  4. highlightRegex | Aspose.Sildes for Node.js via ...

    highlightRegex highlightRegex(String Regex, Color highlightColor, TextHighlightingOptions options) function Highlight......highlightRegex highlightRegex(String regex, Color highlightColor, TextHighlightingOpti...Parameters Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/nodejs-java/aspose....
  5. ReplaceOptions | Aspose.Cells for Java API Refe...

    Represent the replace options....whether the searched key is regex. hashCode() notify() notifyAll()...whether the searched key is regex. toString() wait() wait(long...

    reference.aspose.com/cells/java/com.aspose.cell...
  6. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    FindReplaceOptions 财产. 获取或设置一个布尔值指示使用旧的查找/替换算法..." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/zh/net/aspose.words....
  7. Aspose::Cells::ReplaceOptions class | Aspose.Ce...

    Aspose::Cells::ReplaceOptions class. Represent the replace options in C++....whether the searched key is regex. If true then the searched key...key will be taken as regex. IsNull() const Checks whether the...

    reference.aspose.com/cells/cpp/aspose.cells/rep...
  8. Range.Replace does not throwing RegexMatchTimeo...

    Hi! I’m using Aspose.Words 21.3 for .Net and it’s seems like Method Range.Replace does not throwing RegexMatchTimeoutException. There is small example: static void Main(string[] args) { string pattern = @"<<MAIN(?'I…...>>MAIN_END>>"; Regex rgx = new Regex(pattern, RegexOptions...timeout functionality from Regex functions and it does not throw...

    forum.aspose.com/t/range-replace-does-not-throw...
  9. regex_key property | Aspose.Cells for Python vi...

    Regex_key property Regex_key property Indicates whether the searched key is Regex. If true then the searched key will......regex_key property regex_key property Indicates whether the searched...searched key is regex. If true then the searched key will be...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Aspose Word Template Issues - Aspose.Words Prod...

    Hello, I have issues. I have attached word template that has notes in it. One of the very important one is its not adding CRSC combined percentage column. I have marked in red where it should appear. Also SMC code app…...RemoveContainingFiel; Regex regex = new Regex(" "); FindReplaceOptions...Replace(regex, "", options); doc.Range.Replace(new Regex(@" <MiddleInitial>...

    forum.aspose.com/t/aspose-word-template-issues/...