Help in remove text
Posted: Sun Dec 01, 2013 6:09 pm
hi
i have a small problem, i want to do something like this:
i have a textbox and i want to press a button and it removes for example all the "the's" in it, but i think it can be done by
textbox1.text = textbox1.text.replace("the,"") I THINK it looks like this if not tell me
also i want a second help (part 2)
I have a textbox2.text i want to remove ONLY the first the in it, like if it was
plz help i know this is just 1 lines of code but i didnt find it anywhere
i have a small problem, i want to do something like this:
i have a textbox and i want to press a button and it removes for example all the "the's" in it, but i think it can be done by
textbox1.text = textbox1.text.replace("the,"") I THINK it looks like this if not tell me
also i want a second help (part 2)
I have a textbox2.text i want to remove ONLY the first the in it, like if it was
the car is the bestit will remove the first the and keep the all rest, so it be then "car is the best" hope u get me
plz help i know this is just 1 lines of code but i didnt find it anywhere