Description Create a slice of array with 'n' elements dropped from the beginning. Syntax drop(array, n) Parameters Input ParameterTy...
Description Use this function to obtain all the Saturdays and Sundays in the given year. The result will be in the local timezone. Sy...
Description Use this function to obtain the end of a month for the given date. The result will be in the local timezone. Syntax endO...
Description Use this function to obtain the end of a week for the given date. The result will be in the local timezone. Syntax endOf...
Description Use this function to obtain the end of a year for the given date. The result will be in the local timezone. Syntax endOf...
Description Check if string ends with the given target string Syntax ends_with(text, target) Parameters Input ParameterTypeDescripti...
Description Convert the special characters in string to their corresponding HTML entities Syntax escape(text) Parameters Input Param...
Description Escape the RegExp special characters ('^', '$', '\', '.', '*', '+', '?', '(', ')', '[', ']', '{', '}', and '|') in string ...
Description Return a new array filled with elements that pass a test provided by the expression. Syntax filter(array, element, expres...
Description Return the value of the first element that passes a test provided by the expression. Syntax find(array, element, expressi...