Substring.

IndexOfAny(char[], int) Method

Summary

Returns the first index of any of the characters in `anyOf` within this substring, or -1 if none are found.

The returned value is relative to the start of the Weaver.Substring.rawString.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public int IndexOfAny(char[] anyOf, int startIndex)

Parameters

Name Type Description
anyOf char[]
startIndex int

Return Value

Type Description
int