Regular expression .Net replace single characters followed by spaces at the beginning of string

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-03-25T04:00:44Z Indexed on 2010/03/25 4:13 UTC
Read the original article Hit count: 369

Filed under:
|

I need to replace "x y z word1 word2" with "x_y_z word1 word2"

© Stack Overflow or respective owner

Related posts about .NET

Related posts about regex