Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,241 for

regex

(0.05 sec)
  1. 使用C++的正则表达式替换工作簿内的文本|Documentation

    使用Aspose.Cells在C++中通过正则表达式替换工作簿内的文本。...indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/zh/cpp/replace-text-in-a-...
  2. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using Regular Expression with Aspose.Cells in C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/cpp/replace-text-in-a-wor...
  3. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using 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...
  4. 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...
  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. 计算一系列单元格的总和|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-...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_FontFormat method. Gets or sets ExportFontFormat used for font exporting. Default value is Woff in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. FieldImport.SourceFullName | Aspose.Words for .NET

    Discover how to use the FieldImport SourceFullName property to easily manage image locations in your projects for enhanced organization and accessibility.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  10. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveOptions enhances document display by utilizing target machine fonts. Optimize your font management today!... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...