D
DMG
Hi,
I suppose that:
".".split(".")
will give me array with two empty strings instead of empty array.
How can I do that?
Thanks,
Dawid
I suppose that:
".".split(".")
will give me array with two empty strings instead of empty array.
How can I do that?
Thanks,
Dawid