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

regex

(1.11 sec)
  1. InfiniteMatchTimeout | Aspose.Slides for C++ AP...

    Special timeout value to disable match break by timeout....RegularExpressions :: Regex :: InfiniteMatchTimeout See Also Class Regex Namespace...

    reference.aspose.com/slides/cpp/system.text.reg...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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....
  7. Aspose::Cells::ReplaceOptions::GetRegexKey meth...

    Aspose::Cells::ReplaceOptions::GetRegexKey method. Indicates whether the searched key is Regex. If true then the searched key will be taken as Regex in C++....whether the searched key is regex. If true then the searched key...key will be taken as regex. bool Aspose :: Cells :: ReplaceOptions...

    reference.aspose.com/cells/cpp/aspose.cells/rep...
  8. 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....
  9. 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/...
  10. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....e ) { } // Font regex (optional) // Set regex if you want to restrict...String regex = null ; // Windows: // String // regex=".*(cal...

    docs.aspose.com/words/java/convert-document-to-...