Closed andria-dev closed 3 months ago
Fixes #336
In all instances where String#indexOf was used to determine if a substring existed, I replaced the calls with String#includes.
String#indexOf
String#includes
Affected files:
All tests passed locally with all the changes in this PR 👍
Fixes #336
In all instances where
String#indexOf
was used to determine if a substring existed, I replaced the calls withString#includes
.Affected files:
All tests passed locally with all the changes in this PR 👍