Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
add Unicode properties
  • Loading branch information
moritz committed Jul 25, 2011
1 parent f255ab6 commit c37acce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features.txt
Expand Up @@ -34,7 +34,8 @@ Match objects: rm+ rn+ n+
Named and positional captures: rm+ rn+ n+
Conjunction: rm+ rn+ n-
Longest-Token Matching: rm+- (only for constants) rn- n+
Character classes: rm+- (no backlash escapes) rn-
Character classes: rm+- (no backlash escapes) rn+- (no backslash escapes)
Unicode properties: rm- rn- n-
Embedded code blocks: rm+ rn-
Variable interpolation: rm+- (only scalars) rn-
Grammars: rm+ rn-
Expand Down

0 comments on commit c37acce

Please sign in to comment.