-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.string.search.IndexOf
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Searches the original string for a search pattern and outputs the position at which the pattern was found
| Name (Relevancy & Type) | Description |
|---|---|
| OriginalString (String) | String to be analyzed |
| SearchPattern (String) | Letters, numbers, or combinations to be searched for in the original string |
| Name | Type |
|---|---|
| Index | System.Int32 |
⚠ Everything else is automatically generated and will be overwritten regularly.