Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,999 for

regex

(0.07 sec)
  1. Search and replace text in TXT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word TXT file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/txt/
  2. Search and replace text in HTML document via .NET

    C# sample code to redact sensitive information in HTML file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/html/
  3. Search and replace text in DOT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word DOT file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/dot/
  4. Search and replace text in ODT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word ODT file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/odt/
  5. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt...... class Regex Regular expression that follows...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/slides/cpp/namespace/syste...
  6. regex_key property | Aspose.Cells for Python vi...

    Regex_key property Regex_key property Indicates whether the searched key is Regex. If true the searched key will be t......regex_key property regex_key property Indicates whether the searched...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Search and replace text in XHTML document via ....

    C# sample code to redact sensitive information in XHTML file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/xhtml/
  8. 计算一系列单元格的总和|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-...
  9. Trying to add and removing some space before th...

    @alexey.noskov I am trying to add and removing some space before the colon and after colon the before and after value should be dynamic. if the colon after we are not find any space we need to add one space. Please fi…...Replace(new Regex(pattern), label + after_valueSpaces...}"); doc.Range.Replace(new Regex(pattern), label + after_valueSpaces...

    forum.aspose.com/t/trying-to-add-and-removing-s...
  10. 20.3 Release Notes|Aspose.Words for C++

    Aspose.Words for C++ 20.3 Release Notes – the latest updates and fixes....StopTrackRevisions (); Regex regex = new Regex ( "e" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...