thanks a lot , will keep it in my PrototypeTricks folder

On 18 août, 19:27, Dave Kibble <[email protected]> wrote:
> you might find this regular expression useful:
>
> var myRegExp = /(^.*?)([^\/]*)\?(.*$)/;
> var match = myRegExp.exec(link.href.toString());
> alert(match[1] + '\n' + match[2] + '\n' + match[3]);

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to