Hi I need to replace sum words in a string.
EX: me and amanda are go to town.
When I use this Dim s As String = FileString.Replace("and", "") it removes the and but it also removes the and from amanda.
I also looked at using Regular Expressions but I'm not having any luck.
Thanks.
EX: me and amanda are go to town.
When I use this Dim s As String = FileString.Replace("and", "") it removes the and but it also removes the and from amanda.
I also looked at using Regular Expressions but I'm not having any luck.
Thanks.