[Ruby] regex question
Tom Lianza
tlianza at gmail.com
Mon Feb 12 14:34:16 PST 2007
On 2/12/07, shaners becker <veganstraightedge at gmail.com> wrote:
>
> i have two questions about regexs:
>
> 1. what's a good starting resource for learning regex? someone told
> me about some ajaxy site that teaches the beginning in and outs of
> regex. anyone know of that?
I am not familiar with that resource, although the place I always find
myself at when I need to write a regexp is here:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html
I know it's weird that it's a Java API page, but the information is so
concise (especially in the summary section) that I generally find it the
most helpful resource.
More information about the Ruby
mailing list