On 16/02/2010, mai_garduce <[email protected]> wrote:
>
> this regex works now but i want to rewrite this in a better way:
>
> if/s(keycode/s==/s13/s&&/sinput.type/s!=/s"textarea")/s{
>
> /s/s/s/s/s/s/s/s/s/s/s/s/s/s/s/s/s/s/s/sjsSubmit\('http://www.test.com/test/JopletManager?(.+?)'%5c)
/s is not a space.
If you want to match multiple spaces, use
\s+
Or, for an exact number:
\s{12}
Min/Max
\s{2,5}
> --
> View this message in context:
> http://old.nabble.com/how-to-manage-spaces-in-the-reg-expression-tp27605565p27605565.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]