Please replace all instances of String.indexOf with String.contains, as it will make the code more readable.
This is extremely simple, and requires global replacement with a follow-up of testing.
Targeting 1.0.2
Done revision 2310.
This is extremely simple, and requires global replacement with a follow-up of testing.