DataScript: string.beginswith
DataScript
Function | string.beginswith(source, target) |
Description | Check if the source string begins with the target string. |
Events | All |
Parameter | source is the string to be checked. target is the string the source is matched against. |
Returns | Boolean true if the source string begins with the target string, else false. |
Example | If the path starts with “/sales/” redirect to a new URL
|