The value to split
Optionalchr: string
The delimiter character (default: '.')
Optionalzero: boolean
Whether 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: string
The delimiter character (default: '.')
Optionalzero: boolean
Whether 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.