Skip to content

Commit c9fbf2d

Browse files
authored
Add ECMA 262 regex set operation support (#2079)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 81cf10a commit c9fbf2d

File tree

4 files changed

+2198
-247
lines changed

4 files changed

+2198
-247
lines changed

src/core/regex/include/sourcemeta/core/regex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum class RegexIndex : std::uint8_t {
6565
/// @ingroup regex
6666
///
6767
/// Compile a regular expression from a string. If the regular expression is
68-
/// invalid, no value is returned. In this function
68+
/// invalid, no value is returned. In this function:
6969
///
7070
/// - Regexes are NOT automatically anchored
7171
/// - Regexes assume `DOTALL`

0 commit comments

Comments
 (0)