Excerpt | ||
---|---|---|
| ||
indexOf(stringToTest, stringToLookFor) Returns the character position of one string inside another. |
Function: indexOf()
Returns the character position of one string inside another.
...
Excerpt | ||
---|---|---|
| ||
indexOf(stringToTest, stringToLookFor) Returns the character position of one string inside another. |
Returns the character position of one string inside another.
...