Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
TCharRangeType&& SubStr, |
Returns whether this string contains the specified substring. | |
| bool | Contains
(
const TCHAR* SubStr, |
Returns whether this string contains the specified substring. | |
| bool | Contains
(
const FString& SubStr, |
Returns whether this string contains the specified substring. | |
| bool | Contains
(
const TCHAR* SubStr, |
Returns whether this string contains the specified substring. |