fromString method
Splits specified string into elements using a separator and assigns the elements to a newly created AnyValueArray.
values
a string value to be split and assigned to AnyValueArrayseparator
a separator to split the stringremoveDuplicates
(optional) true to remove duplicated elements Returns a newly created AnyValueArray.