Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,004 for

regex

(0.06 sec)
  1. 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...
  2. 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...
  3. 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/
  4. TextFragmentAbsorber | Aspose.PDF for .NET API 参考

    初始化TextFragmentAbsorberaspose.pdf.text/textfragmentabsorber的新实例该实例执行文档或页面的所有文本段的搜索....TextFragmentAbsorber(Regex) 为指定的 System.Text.RegularExpressions.Regex 类初始化 ...TextFragmentAbsorber ( Regex regex ) 范围 类型 描述 regex Regex System.Text.RegularExpressions...

    reference.aspose.com/pdf/zh/net/aspose.pdf.text...
  5. 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...
  6. 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-...
  7. Merge two adjacent cells|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/merge-two-adjacent-ce...
  8. Class ReplaceOptions | Aspose.Cells for .NET AP...

    Aspose.Cells.ReplaceOptions class. Represent the replace options...whether the searched key is regex. If true then the searched key...key will be taken as regex. See Also namespace Aspose.Cells assembly...

    reference.aspose.com/cells/net/aspose.cells/rep...
  9. htmlelement - Aspose.HTML for Java - API Reference

    Developer's manual to the Java HTML class library to create, edit, extract data & convert HTML pages to PDF, XPS, Images and other formats....String regex) Gets the attribute or default...default_, java.lang.String regex) Gets the attribute or default...

    reference.aspose.com/html/java/com.aspose.html/...
  10. GridValidationCollection.Add | Aspose.Cells for...

    GridValidationCollection method. Add a GridValidation to the collection..., bool isRequired , string regEx ) Parameter Type Description...whether cell value is required. regEx String Regular expression. See...

    reference.aspose.com/cells/net/aspose.cells.gri...