Skip to content

Regular Expressions

Thach Hoang edited this page Aug 29, 2016 · 3 revisions

Mass testing

  1. Make a Google spreadsheet, paste newline-separated input in column A.
  2. In B1, use REGEXEXTRACT with your regex of choice: =ARRAYFORMULA(REGEXEXTRACT(A1:A, "(Rd|Road|Ln|Ave)"))
  3. BOOM.

Links

Clone this wiki locally