Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| bool | MatchesWildcard
(
TCharRangeType&& Wildcard, |
Searches this string for a given wild cardThis is a simple, SLOW routine. Use with caution | |
| bool | MatchesWildcard
(
const TCHAR* Wildcard, |
Searches this string for a given wild cardThis is a simple, SLOW routine. Use with caution | |
| bool | MatchesWildcard
(
const FString& Wildcard, |
Searches this string for a given wild cardThis is a simple, SLOW routine. Use with caution | |
| bool | MatchesWildcard
(
const TCHAR* Wildcard, |
Searches this string for a given wild cardThis is a simple, SLOW routine. Use with caution |