How do I translate this C# line for doing a RegEx.replace to VB

Posted by EfficionDave on Stack Overflow See other posts from Stack Overflow or by EfficionDave
Published on 2010-04-21T20:48:10Z Indexed on 2010/04/21 20:53 UTC
Read the original article Hit count: 391

Filed under:
|

sTitle = Regex.Replace(sTitle, @"&\w+;"c, "")

© Stack Overflow or respective owner

Related posts about regex

Related posts about vb.net