Regex by example
https://regex101.com/ https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
\('.+'\)\.foobar
\('[A-z_\-.]*'\)\.foobar
\(['|"][A-z_\-.]*['|"]\)\.foobar
(also finds: ("test").foobar
)finds: ('test').foobar