Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,259 for

regex

(0.09 sec)
  1. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes...WORDSNODEJS-106 - Add support of regex to doc.range.replace' , ( useLegacyOrder...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Replace Text in a Workbook Using Regular Expres...

    Replace text in a workbook using a regular expression in JavaScript via C++....< html > < head > < title > Regex Replace Example </ title > </...</ head > < body > < h1 > Regex Replace Example </ h1 > < input...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  3. HtmlSaveOptions.OfficeMathOutputMode | Aspose.W...

    Discover HtmlSaveOptions' OfficeMathOutputMode for optimal HTML, MHTML, or EPUB exports. Customize OfficeMath object output with ease!... That ( Regex . Match ( outDocContents , "<p.... MathML : Assert . That ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Calculate the sum of a range of cells|Documenta...

    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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  5. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet worksheet) { …...that my regex is correct. I’ve simplified the regex to confirm...confirm it’s not a regex problem. This results in the same problem:...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  6. Aspose::Words::Saving::HtmlOfficeMathOutputMode...

    Aspose::Words::Saving::HtmlOfficeMathOutputMode enum. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Replacer.create method | Aspose.Words for Python

    Replacer.create method. Creates new instance of the replacer processor....how to replace string with regex in the document using context...ways to replace string with regex in the document: doc = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FindReplaceOptions.legacy_mode property | Aspos...

    FindReplaceOptions.legacy_mode property. Gets or sets a boolean value indicating that old find/replace algorithm is used....' ) regex = '([A-z]+) gave money to ([A-z]+)'.... range . replace_regex ( pattern = regex , replacement = '$2...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 计算一系列单元格的总和|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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  10. FieldIncludePicture.ResizeVertically | Aspose.W...

    Discover how the ResizeVertically property of FieldIncludePicture enhances image management by allowing vertical resizing for optimal display.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...