Functions
- Parse a string into a boolean. Will parse “1”, “true”, “yes”, “on”, and “enabled” as true, and everything as false.
- Split a variable on each colon (:) and parse into a list of values.
- Split a variable on each comma (,) and parse into a list of values.
- Split a variable on each semicolon (;) and parse into a list of values.
- Split a variable on each space ( ) and parse into a list of values.