Description Use this function to obtain the start date of a year quarter for a given date. The result will be in the local timezone, a...
Description Use this function to obtain the start of a week for the given date. The result will be in the local timezone. Syntax sta...
Description Use this function to obtain the start of a local week-numbering year for the given date. The result will be in the local t...
Description Use this function to obtain the start of a year for the given date. The result will be in the local timezone. Syntax sta...
Description Use this function to obtain the end of a decade for the given date. The result will be in the local timezone. Syntax end...
Description Check if string starts with the given target string Syntax starts_with(text, target, position) Parameters Input Paramete...
Description Check whether a string contains a search string. Syntax strContains(text, search) Parameters Input ParameterTypeDescript...
Description Use this function to return the prefix part of a string variable at the specified index. Syntax strPrefix(string, index)...
Description Use this function to return the suffix part of a string variable at the specified index. Syntax strSuffix(string, index)...
Description Return the index of the first occurrence of the specified substring at a position greater than or equal to position, which ...