[Chicago-talk] REGEX question II

Steven Lembark lembark at wrkhors.com
Sat Apr 17 09:15:01 CDT 2004



-- Richard Solberg <flateyjarbok at yahoo.com>

> I read that
> \w+  will match any alpha numberics plus the "_".
>
> Is there any way to get it or some other notation to
> match all of \w+ plus \s+ plus "/" plus "." , in any
> order or combination?

Character group:

    [-\w\s]

See the perl regex tutorial (perldoc perlretut).

--
Steven Lembark
Workhorse Computing
+1 888 359 3508



More information about the Chicago-talk mailing list