ctext
index
 
Name replace ( )
Examples
None available
Description Replaces first instance of 'word' in 'phrase' with new word of same Pos based on 'substitutionType'
Syntax
replace(phrase, word, substitutionType);
replace(phrase, idx, substitutionType);
replace(phrase, idx, candidates);
Parameters
phrase  
word  
pos  
substitutionType  
idx  
candidates  
Returns true if substitution was successful
Usage Web & Application
Related