try to scan word by word.. and do a if statement to check if the word is and or random

for example you could try:


if (word.equals("and"))
{
--- CODE here (use Replace not...