How to remove comma from string.

How to remove comma from string.

Hi

I have a string "Hello test, How are you"!. I need to break that string into "Hello test" and "How are you" and assign these value to input box. There is no split function. Please tell me how can i break this string?