The value to split
Optionalchr: stringThe delimiter character (default: '.')
Optionalzero: booleanWhether to strip leading zeros during numeric conversion (default: true)
An array of parsed numeric or string chunks
Splits a number or string by a delimiter and parses the chunks.
The value to split
Optionalchr: stringThe delimiter character (default: '.')
Optionalzero: booleanWhether to strip leading zeros during numeric conversion (default: true)
An array of parsed numeric or string chunks
Splits a number or string by a delimiter and parses the chunks.