RiTa
index
Name isAlliteration()
Class RiLexicon
Description Returns true if the first stressed consonant of the two words match, else false.

Note: returns true if wordA.equals(wordB) and false if either (or both) are null;

Syntax
isAlliteration(wordA, wordB);
Returns boolean
Usage Web & Application
Related