RiTa
index
Name replaceByPos()
Class RiString
Description Randomly chooses from all words matching pos and replaces a random one with newWord. Returns the replaced word, or null if if no substitution could be made.
Syntax
replaceByPos(newWord, pos);
Returns java.lang.String
Usage Web & Application
Related