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 FRegexMatcher
Remarks
Implements a regular expression pattern matcher.
DO NOT use this class as a file-level variable as its construction relies on the internationalization system being initialized!
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRegexMatcher
(
const FRegexMatcher& |
||
![]() |
FRegexMatcher
(
FRegexMatcher&& |
||
![]() |
FRegexMatcher
(
const FRegexPattern& SourcePattern, |
||
![]() |
FRegexMatcher
(
FRegexPattern&& SourcePattern, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | FindNext () |
|
![]() |
int32 | ||
![]() |
FString | GetCaptureGroup
(
const int32 Index |
|
![]() |
int32 | GetCaptureGroupBeginning
(
const int32 Index |
|
![]() |
int32 | GetCaptureGroupEnding
(
const int32 Index |
|
![]() |
int32 | GetEndLimit () |
|
![]() |
int32 | ||
![]() |
int32 | ||
![]() |
void | SetLimits
(
const int32 BeginIndex, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FRegexMatcher & | operator=
(
const FRegexMatcher& |
|
![]() |
FRegexMatcher & | operator=
(
FRegexMatcher&& |