NotStartsWith
Returns boolean of false if text starts with prefix, otherwise returns true. If both strings are null returns false.
Property | Type | Description |
---|---|---|
text | String | |
prefix | String |
Returns boolean of false if text starts with prefix, otherwise returns true. If both strings are null returns false.
Property | Type | Description |
---|---|---|
text | String | |
prefix | String |