[ANN] xregex-0.02

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

This was the ‘release early’ one :slight_smile: It’s still a little rough around the
edges - I’ll put the next release (release often!) into the RAA

martin

···

“Pe?a, Botp” botp@delmonte-phil.com wrote:

Hi Martin (aka Martin DeMello [mailto:martindemello@yahoo.com]):

cool.
I cannot find your project in RAA??