1. Fire up RegexBuilder
2. Copy the regular expression we created into the Regex text field
3. Copy each of the tests into the “Text 1” and “Text 2” fields. Click the “+” button to add a “Text 3” field.
4. As you type each in, the first three should turn green noting that these three tests match our regular expression. Note that “V!@gra sold here for cheap” doesn’t match out regular expression though. See Figure 1.
5. You can keep adding test text to see if other spam variations will match the regular expression.
6. In order to fix the expression for the failed test, we can go back to Regulazy or modify the expression in RegexBuilder itself.