On Tue, 29 Jan 2002, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > another thing.. I find the <regularexpression> type to be quite > long...what about <regex> or <regexp> ? :)
Works for me - we may want to think about <replaceregexp> as well. The "standard" C implementation for regular expressions uses <regex.h> while TCL has regexp built-in command, I'm not sure which one - "regex" with or without an appended "p" - is more common. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
