Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examines a string for the occurrence of a specified substring. Returns the starting position of the designated substring in the string. Index() is case sensitive, meaning that the match must be exact. Use indexc() for a case-insensitive match ("Abc" matches "ABC").

...