egg_ said:I'm no expert on regular expressions (they usually involve some trial-and-error for me) but \n is the linux newline character in preg_*() functions.
So instead of "/\[bold\](.+?)\[\/b\]/" you'd have "/\[bold\]([.\n]+?)\[\/b\]/"
tsk. jeeeeez. that doesnt even work. thanks anyway though! :heart: