manu
unread,Oct 26, 2009, 12:18:18 AM10/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsmeter-discuss
Hi,
I have a Regular expression like this:
var regex = /[`~!#$%^&*()+=|\\"':;?/<,{}\[\]]/;
In which I am matching special characters except ".-_" , The problem
is JSMeter is not understanding "\]\[" which is
inside the big brackets. As soon as we analyze it goes into the error
handling module where "debugger" is kept.
1) Could you please point me where/How to fix this?
2) Is there any work around for the problem?
waiting for your replies,
Manohar