is there any kind of search/find string function in VB?
I tried

if string1 contains("L") then
etc etc
but it didnt work....
lets say I want to find all ":"'s in a string, and remove them.... how would i do that?