S
sakcee
Hi
can anyone tell me what is wrong with this expression , it is working
fine in python cmd line
but in JS console it gives error
var spaceRe = /^(<br />|<br/>|<p>|</p>|<\n>|\ 
*$/gi;
Error: unterminated parenthetical
thanks
can anyone tell me what is wrong with this expression , it is working
fine in python cmd line
but in JS console it gives error
var spaceRe = /^(<br />|<br/>|<p>|</p>|<\n>|\ 
Error: unterminated parenthetical
thanks