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

SpanIncluding(string=[string], set=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

string

string

true

The string to extract from

set

string

true

The set of chracters to exclude from the span.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC