Hi,
I think there is nothing to split in "blah 1234" with respect to chars.
If u use a split function for "This is good" by space as delimiter then following result will be displayd.
This
is
good
I am not sure of split function with regard to the numeric values.
I think there is nothing to split in "blah 1234" with respect to chars.
If u use a split function for "This is good" by space as delimiter then following result will be displayd.
This
is
good
I am not sure of split function with regard to the numeric values.