Hi, can I split the string “0102030405…” (of unknown length) into the array [01, 02, 03, 04, 05, …]? The string could also be “0100000504…” etc.
Hi, can I split the string “0102030405…” (of unknown length) into the array [01, 02, 03, 04, 05, …]? The string could also be “0100000504…” etc.
:: Copyright KIRUPA 2026 //--
``` ```