Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/Regex.h |
Include | #include "Internationalization/Regex.h" |
Syntax
class FRegexPattern
Remarks
Implements a regular expression pattern.
DO NOT use this class as a file-level variable as its construction relies on the internationalization system being initialized!
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRegexPattern
(
const FRegexPattern& |
||
![]() |
FRegexPattern
(
FRegexPattern&& |
||
![]() |
FRegexPattern
(
const FString& SourceString, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FRegexPattern & | operator=
(
const FRegexPattern& |
|
![]() |
FRegexPattern & | operator=
(
FRegexPattern&& |