![]() |
|
|
+ Search |
![]()
|
Jun 5th, 2003 08:17
Gran Causa, tom alderson,
var form_input = 'mucho pocho es\tes\nmucho pocho es\tes';
var ntr_re = /\n|\t|\r/;
if (ntr_re.test(form_input))
alert('with ntr');
else
alert('without ntr');