How would I convert uderscores surrounding words and sentences from a chunk of text into italic tags with PHP. Thanks in advance.
So -
This is _just_ a test string for the _purposes of this example_.
Would become -
This is <i>just</i> a test string for the <i>purposes of this example</i>.