Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Fix for hoaproject/Regex Issue #34
Browse files Browse the repository at this point in the history
  • Loading branch information
turkanis committed Jul 18, 2018
1 parent c8df174 commit 5f670af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Grammar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
// Please, see PCRESYNTAX(3), General Category properties, PCRE special category
// properties and script names for \p{} and \P{}.
%token character_type \\([CdDhHNRsSvVwWX]|[pP]{[^}]+})
%token anchor \\(bBAZzG)|\^|\$
%token anchor \\([bBAZzG])|\^|\$
%token match_point_reset \\K
%token literal \\.|.

Expand Down

0 comments on commit 5f670af

Please sign in to comment.