To view parent comment, click here.
To read all comments associated with this story, please click here.
I don't think Cloudy is refering to the "like" clause in SQL.
I think you mean BlackTiger rather then Cloudy.
I think he wants a more human language syntax for regular expressions, rather than using symbols.
Probably. Such approaches become very wordy very quickly; especially if you're using the regexp for substitution.
I can't speak for BlackTiger, but my experience with people having trouble with regexps is that they've learned how to use them by stumbling through crappy discussions like the InformIt one that are more confusing than helpful and so don't have a solid grasp of what regexps are and what they do.
It's amazing how many people don't even know that a regexp is a program in a special purpose programming language, for example; or that there are many slightly different variants on regexp syntax.





Member since:
2005-07-06
I don't think Cloudy is refering to the "like" clause in SQL.
I think he wants a more human language syntax for regular expressions, rather than using symbols.
E.G.
MATCH WHERE s STARTS WITH 'dog' AND ENDS WITH 'cat'
/^dog.*cat$/