FindOneOf

Finds the first occurrence of any character in a set of characters, from a specified start position.

Method Signature

FindOneOf(set=[string], string=[string], start=[integer])

Arguments

ArgumentTypeRequiredDescriptionDefault

set

string

true

The set of characters to search for the first occurrence of.

string

string

true

The string to search in.

start

integer

false

The position from which to start searching in the string. Default is 1.

1

Examples

Last updated

Logo

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