Summary
Returns the last 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 LastIndexOfAny(char[] anyOf)
Parameters
| Name | Type | Description |
|---|---|---|
| anyOf | char[] |
Return Value
| Type | Description |
|---|---|
| int |