Versions Compared

Key

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

...

split("",",")  or  split("_NULL",",")

returns

[ ]

split("one,two,three",",")

...