in reply to Re: regex match in list context
in thread regex match in list context
is the same as[A-Za-z0-9_\-,.+]*
except the former makes my brain work much harder.[\w,.+-]*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regex match in list context
by Aristotle (Chancellor) on Oct 02, 2003 at 20:55 UTC |