2021-02-16, 01:37 PM
(This post was last modified: 2021-02-16, 03:06 PM by r00tk1t. Edited 4 times in total.)
I mean
This regexp works in sandbox, but doesn't work in posts:
UPD:
Solved with this regexp:
This one does not work in sanbox, but works in posts;
>
character. I just want it to be replaced with quote bbcode. Is it possible with MyCode?This regexp works in sandbox, but doesn't work in posts:
\>(.*?)(\n|$)
UPD:
Solved with this regexp:
(\n|^)>(.*?)(\n|$)
This one does not work in sanbox, but works in posts;