Versions Compared

Key

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

Scan string.scanToArray() provides the ability to look for a value in a string . Puts each result into an element in order they are foundand puts the results into an array.

Parameters
  1. Array to put results into
  2. Value to look for
  3. Index to start from
  4. Length to search for

...