mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views
This commit is contained in:
parent
12dd40a2a5
commit
4a630d4b63
11 changed files with 596 additions and 304 deletions
|
@ -47,8 +47,10 @@ class OpCode_SaveLeftNamedCaptureGroup;
|
|||
class OpCode_SaveNamedLeftCaptureGroup;
|
||||
class OpCode_SaveRightNamedCaptureGroup;
|
||||
class OpCode_Compare;
|
||||
class RegexStringView;
|
||||
}
|
||||
|
||||
using regex::Error;
|
||||
using regex::Lexer;
|
||||
using regex::PosixExtendedParser;
|
||||
using regex::RegexStringView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue