@Left (JavaScript)
Returns the leftmost characters of a string for the number
of characters specified, or up to and excluding a substring.
@LeftBack (JavaScript)
Returns the leftmost characters of a string minus the number
of characters specified, or up to and excluding the last occurrence
of a substring.
@Member (JavaScript)
Returns the position of the first occurrence of a value
in a string list.
@Middle (JavaScript)
Returns characters of a string, starting at an offset from
the beginning or after a substring, for the number of characters specified
or up to and excluding a substring.
@MiddleBack (JavaScript)
Returns characters of a string, starting at an offset from
the end or before the last occurrence of a substring, back to and
excluding the last occurrence of a substring or for the negative number
of characters specified.
@Min (JavaScript)
Returns the smallest number in a group of numbers.
@Return (JavaScript)
Returns execution to the calling function or the user interface.
@Right (JavaScript)
Returns the rightmost characters of a string for the number
of characters specified, or starting after a substring.
@RightBack (JavaScript)
Returns the rightmost characters of a string minus the
number of characters specified, or back to and excluding the last
occurrence of a substring.