in reply to Re: Regex Matching Oddity
in thread Regex Matching Oddity

I approached this the way i did because I thought it kind of reminded me a bit of BNF:

pattern: 'rs://' token [ '.' token ]+ token: [-\w]+