cclaerhout
Well-known member
File: bb_bode_edit.js
Original regex:
=> will not work if the tag is at the begin of the line. Test page. The multiline modifier is missing (gmi).
Thanks to @Xon
P.S:
Is this normal ?
Original regex:
Code:
(/(.|^)<a\s[^>]*data-user="(\d+, [^"]+)"[^>]*>([\w\W]+?)<\/a>/gi
Thanks to @Xon
P.S:
Is this normal ?