/Excel-Regex

Brings regular expressions to Excel with a UDF

Primary LanguageC#MIT LicenseMIT

Excel-Regex

In-use screenshot

This compiled Excel add-in brings regular expressions from C# into any Excel worksheet through two new functions:

  • RegexMatches: boolean check for whether an input string matches the regular expression
  • RegexExtract: for extracting matches of a regular expression from an input string

Both functions feature user-friendly tooltips to get you started. The regular expression syntax used is the MS Regular Expression Language.

Download the 32 or 64bit version from the releases page.