in reply to Re: Regex Matching Oddityin 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]+ [download]