RegEx Home | .Net Regular Expression Syntax Summary | Add to Favorites
Very common use of regular expressions is to extract some data from text. You can use this tester to check if your regular expression returns correct data from given text. Code uses Regex.Matches method to provide result as string array. Change RegEx engine behavior by turning on/off one or more RegexOptions.
Input text: Regular Expression: RegexOptions: Ignore Case Multiline Singleline IgnorePatternWhitespace RightToLeft CultureInvariant ExplicitCapture ECMAScript