Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,741 for

regex

(0.03 sec)
  1. Aspose::Cells::ReplaceOptions class | Aspose.Ce...

    Aspose::Cells::ReplaceOptions class. Represent the replace options in C++....whether the searched key is regex. If true then the searched key...key will be taken as regex. IsNull() const Checks whether the...

    reference.aspose.com/cells/cpp/aspose.cells/rep...
  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/tex/cpp/namespace/system.t...
  3. HighlightRegex | Aspose.Slides for .NET API 参考

    使用指定颜色突出显示文本框架文本中所有正则表达式匹配...void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...ITextHighlightingOpt options ) 范围 类型 描述 regex String 正则表达式的文本,以获得要突出显示的文本。...

    reference.aspose.com/slides/zh/net/aspose.slide...
  4. RegexOptions | Aspose.Slides for C++ API Reference

    Regex options....RegexOptions RegexOptions enum Regex options. enum class RegexOptions...behavior. Compiled 1 Compile regex for performance. Always done...

    reference.aspose.com/slides/cpp/system.text.reg...
  5. HighlightRegex | Aspose.Sildes for .NET API Ref...

    Highlight all matches of regular expression in text frame text using specified color....void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...Parameter Type Description regex String Text of regular expression...

    reference.aspose.com/slides/net/aspose.slides/i...
  6. 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...
  7. GridColumn.AddValidation | Aspose.Cells for .NE...

    GridColumn method....( bool isRequired , string regEx ) Parameter Type Description...of this column is required. regEx String Regular expression. See...

    reference.aspose.com/cells/net/aspose.cells.gri...
  8. Search and replace text in DOC document via .NE...

    C# sample code to redact sensitive information in Microsoft Word DOC 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/doc/
  9. Search and replace text in RTF document via .NE...

    C# sample code to redact sensitive information in Microsoft Word RTF 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/rtf/
  10. Search and replace text in DOTX document via .N...

    C# sample code to redact sensitive information in Microsoft Word DOTX 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/dotx/