Hi Martin (aka Martin DeMello [mailto:martindemello@yahoo.com]):
You announced:
Usage example:
include XRegex
#create a new xregexp:
a = rx("(?.num=\d+):(?.alpha=[\w’]+)")#match it against a string
b = a.match(“120:abc”)#and the variables can be accessed in the old numeric style (if you
#insist)
puts b[1]#or by name
puts b[‘num’]
puts b.alpha
cool.
I cannot find your project in RAA??
martin
Best regards,
-botp