SpanIncluding
Gets characters from a string, from the beginning to a character that is NOT in a specified set of characters.
The search is case-sensitive.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to extract from | |
|
|
| The set of chracters to exclude from the span. |
Examples
Related
Last updated