Javascript RegEx Question
Posted
by Sarfraz
on Stack Overflow
See other posts from Stack Overflow
or by Sarfraz
Published on 2010-04-08T14:48:21Z
Indexed on
2010/04/08
14:53 UTC
Read the original article
Hit count: 642
Hello,
How to find below comment block(s) with javascript/jquery regex:
/*
some description here
*/
It may even look like:
/* some description here
*/
Or
/* some description here */
© Stack Overflow or respective owner