Function | Returns | Description |
Boolean | Indicates whether or not this string is in the specified list. | |
Boolean | Indicates whether or not this string is in the specified list. Case sensitivity can be ignored while checking. | |
Boolean | Indicates whether or not this date is within the specified range. | |
Boolean | Indicates whether or not this date is within the specified range. Exclusions can be specified. | |
Boolean | Indicates whether or not this date is within the specified list of ranges. Exclusions can be specified. | |
Boolean | Indicates whether or not this date is within the specified list of ranges. Exclusions and inclusion of lower and upper end of range can be specified. | |
Boolean | Indicates whether or not this floating point (double, float) value is within the specified range. | |
Boolean | Indicates whether or not this floating point (double, float) value is within the specified range. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this floating point (double, float) value is within the specified list of ranges. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this floating point (double, float) value is within the specified list of ranges. Upper and lower end of list can optionally be included. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this integer (long, integer, short) value is within the specified range. | |
Boolean | Indicates whether or not this integer (long, integer, short) value is within the specified range. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this integer (long, integer, short) value is within the specified list of ranges. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this integer (long, integer, short) value is within the specified list of ranges. Upper and lower end of list can optionally be included. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this string is within the specified range. | |
Boolean | Indicates whether or not this string is within the specified range. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this string is within the specified list of ranges. A separate list of exclusions can be provided. | |
Boolean | Indicates whether or not this string is within the specified list of ranges. Upper and lower end of list can optionally be included. A separate list of exclusions can be provided. Case sensitivity can be ignored while checking. | |
Object list | Creates a list from an array of items. | |
Object list | Appends an item to the end of a list. | |
Object list | Inserts an item into an existing list at the specified position. | |
Object list | Removes an item from a list at the specified position. |