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

regex

(0.04 sec)
  1. ReplacerContext class | Aspose.Words for Python

    aspose.words.lowcode.ReplacerContext class. Find/replace operation context.... set_replacement_regex(pattern, replacement) Sets pattern...how to replace string with regex in the document using context...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Aspose::Words::LowCode::Replacer::ReplaceToImag...

    Aspose::Words::LowCode::Replacer::ReplaceToImages method. Replaces all occurrences of a specified regular expression pattern with a replacement string in the input file. Renders output to images in C++....:Text::RegularExpressions::Regex>&, const System::String&, const...Text :: RegularExpressions :: Regex > & pattern , const System ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  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. 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...
  10. 计算一系列单元格的总和|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-...