i tried to do not show "SPAM" in string below using that regex:
alert("{SPAM\nSPAM} _1_ {SPAM} _2_".replace(/{[\s\S]+}/gm, ""));
What i was supposed to see was "~1~ ~2~"
(or something like that) but i got just ~2~. Why?
|
i tried to do not show "SPAM" in string below using that regex:
What i was supposed to see was "~1~ ~2~" (or something like that) but i got just ~2~. Why? |
|||
|
|
|
so that the regex stops once the |
|||
|