This should be simple:
text = 'adam|paul|mike'
I want to replace that with -> <b>adam</b><b>paul</b><b>mike</b>
So each name seperated by a | OR a name at the end of the string should...
http://www.experts-exchange.com/Programming/Languages/Scripting/Ruby/Q_23806107.html