Hi guys,
Firstly, thanks for the responses. It seems that regexes originate from the Unix platform. I've been reading that a lot of the utilities; sed, awk, perl, delimit regexes using forward slashes.
ie: /[A-Z]+(abc|xyz)*/
So my first post was wrong to assume that regexes are delimited by...