Ark Server API (ASA) - Wiki
|
#include <Regex.h>
Public Member Functions | |
FRegexPattern (const FString &SourceString, ERegexPatternFlags Flags=ERegexPatternFlags::None) | |
FRegexPattern (const FRegexPattern &)=default | |
FRegexPattern & | operator= (const FRegexPattern &)=default |
FRegexPattern (FRegexPattern &&)=default | |
FRegexPattern & | operator= (FRegexPattern &&)=default |
Private Attributes | |
TSharedRef< FRegexPatternImplementation > | Implementation |
Friends | |
class | FRegexMatcher |
Implements a regular expression pattern.
|
explicit |
|
default |
|
default |
|
default |
|
default |
|
friend |
|
private |