Regular expression can be a powerful way of searching text in source code or even programming (e.g. PHP is using preg_match function)
Regexr is a tool to construct and test regular expression that we create
Regex101 another tool to test regular expression