Hi!
I'm using preg_match for the first time but I'm stuck even before I got some code...
With the help from RegExr I have figured out that I need to use this expression:
/\(.*M\)\s.*?:/gm
What I need help with is how I gonna use this to place<b></b>
around the matched text.
Gratefull for help.