I am trying to create a RegEx that will find the string
02075517[
However this string sometimes has spaces so I would need it to match
020 75517[
and
0207 5517[
and
020 7551 7[
etc.
I've tried using this site here: http://www.regexr.com/ but can't quite get there.
Thanks very much
Ed
equals