Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,004 for

regex

(0.04 sec)
  1. FindReplaceOptions | Aspose.Words for .NET

    FindReplaceOptions constructor. Initializes a new instance of the FindReplaceOptions class with default settings in C#...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/net/aspose.words.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/slides/cpp/namespace/syste...
  3. Aspose::Cells::FindOptions::GetRegexKey method ...

    Aspose::Cells::FindOptions::GetRegexKey method. Indicates whether the searched key is Regex. If true the searched key will be taken as Regex and parsed. Otherwise the key will be parsed according to the rules in ms excel in C++....is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/cpp/aspose.cells/fin...
  4. Aspose::Cells::FindOptions::SetRegexKey method ...

    Aspose::Cells::FindOptions::SetRegexKey method. Indicates whether the searched key is Regex. If true the searched key will be taken as Regex and parsed. Otherwise the key will be parsed according to the rules in ms excel in C++....is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/cpp/aspose.cells/fin...
  5. highlightRegex | Aspose.Sildes for PHP via Java...

    highlightRegex highlightRegex(String Regex, Color highlightColor, TextHighlightingOptions options) method Highlight a......highlightRegex highlightRegex(String regex, Color highlightColor, TextHighlightingOpti...Parameters Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/php-java/aspose.sli...
  6. 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/
  7. 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/
  8. 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/
  9. 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/
  10. 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/