Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOfAny

Morten Aune Lyrstad edited this page Apr 16, 2022 · 22 revisions

IndexNamespace IndexStringSegment

Summary

public int IndexOfAny(Char[] chars)

Reports the zero-based index of the first occurence of one of the provided characters, relative to Start . Returns -1 if nothing was found.

Returns

int

Parameters

  • Char&#91] prohibited chars
Clone this wiki locally