[Proto-Scripty] Re: RegExp.match

2012-01-22 Thread Dmitry Trunikov
Hi Crowder, Thank you very match. You are completely right. RegExp.exec is suitable for me. On Jan 20, 5:15 pm, T.J. Crowder t...@crowdersoftware.com wrote: Hi, On Jan 20, 1:06 pm, Dmitry Trunikov dmitry.truni...@gmail.com wrote: Hi ALL! how can i obtain of matched substrings in RegExp

[Proto-Scripty] Re: RegExp.match

2012-01-22 Thread T.J. Crowder
On Jan 22, 8:54 am, Dmitry Trunikov dmitry.truni...@gmail.com wrote: ... Thank you very match. ^ ... LOL No worries! -- T.J. :-) -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email

[Proto-Scripty] Re: RegExp.match

2012-01-20 Thread T.J. Crowder
Hi, On Jan 20, 1:06 pm, Dmitry Trunikov dmitry.truni...@gmail.com wrote: Hi ALL! how can i obtain of matched substrings in RegExp object? the prototypejs masks original RegExp.match method. the original method returns array of matched strings. the new method just returns true/false only.