I have a string pattern like “test” : “abc/gef fhhff/fhrhr krerjr”,
I would like to replace all space in the line beginning with “test” with plus sign. How to do that using regular expression?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
for vb net try
for C# try
or go here for vb regex http://visualbasic.about.com/od/usingvbnet/a/RegExNET_2.htm
or go here for c# regex http://oreilly.com/windows/archive/csharp-regular-expressions.html