Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,741 for

regex

(0.03 sec)
  1. Split() | Aspose.Slides for C++ API Reference

    Splits string by Regex matches....Split() Contents [ Hide ] Regex::Split(const String&) method...method Splits string by regex matches. ArrayPtr < String > System ::...

    reference.aspose.com/slides/cpp/system.text.reg...
  2. Memory issue with TextFragmentAbsorber - Aspose...

    We are using below code to replace string with blank in PDF file. We are facing issue of taking more memory. mainly doc.Pages.Accept(absorber). Do you have any other option with minimum memory. We are using 21.12 version…...ons start|ULAGE”; Regex regex = new Regex(pattern, RegexOptions...= new TextFragmentAbsorber(regex); absorber.TextSearchOptions...

    forum.aspose.com/t/memory-issue-with-textfragme...
  3. List keywords in the template - Free Support Fo...

    Hello, I would like to implement a validation to ensure the keywords in the template are available in the JSON object so I was hoping to be able to list the current keywords in the template. var templateText = doc.Rang…...Text; Regex regex = new Regex(@"<<\[(.* var matches = regex.Matches(templateText);...within each match entry for the regex so this would need additional...

    forum.aspose.com/t/list-keywords-in-the-templat...
  4. Null Pointer Exception during setText - Aspose....

    Tried in two version Java aspose.pdf-21.3 and aspose.pdf-21.7 The problem is the same java.lang.NullPointerException: null at com.aspose.pdf.internal.ms.System.Text.RegularExpressions.java.lj.lI(Unknown Source) at co…... All regex searches work properly and matches...phone number +1 800-222-1222 Regex 1: [+]?\d{0,3}[ ]?\d{10}|[+]...

    forum.aspose.com/t/null-pointer-exception-durin...
  5. TextFragmentAbsorber | Aspose.PDF for .NET API ...

    Initializes a new instance of the TextFragmentAbsorberaspose.pdf.text/textfragmentabsorber that performs search of all text segments of the document or page....PDF TextFragmentAbsorber(Regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. public TextFragmentAbsorber...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  6. Get a column heading|Documentation

    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.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/net/get-a-column-heading/
  7. 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...
  8. 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....
  9. 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...
  10. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    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....