[SOLVED] Is inline quote possible with MyCode?
#1
I mean
>
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;
Reply
#2
Thanks, i solved my problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)