Util
Common Utilities. Some of the functions are port from JavaScript.
Author
Chan Wai Shing
Functions
Link copied to clipboard
Treat a variable as an boolean in JavaScript style. Note this function can only handle string, integer and boolean currently. All other data type, if null, return false, not null return true.
Link copied to clipboard
Treat a variable as an integer in JavaScript style. Note this function can only handle integer and boolean currently.
Link copied to clipboard
Join the strings
into one string.
Join the strings
into one string with delimiter
in between.
Link copied to clipboard
Link copied to clipboard