Starts With Any Of
PureStartsWithAnyOfReturns true if the input starts with any of the provided prefixes.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Input | FString | — | Input parameter |
| Prefixes | TArray<FString> | — | Prefixes parameter |
| bIgnoreCase | bool | true | bIgnoreCase parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | bool | ReturnValue output |
Example Use Cases
Example 1
Check if a console command matches any known prefix.
Example 2
Categorize file names by prefix.