renamed "isInverted" to "is_inverted"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:09 +02:00
parent fbcd3dd893
commit 9a1a439c76
7 changed files with 16 additions and 9 deletions

View File

@@ -882,7 +882,7 @@ range_quantifier_lower_bound (unique int id: @regexp_range ref, int lo: int ref)
range_quantifier_upper_bound (unique int id: @regexp_range ref, int hi: int ref);
is_capture (unique int id: @regexp_group ref, int number: int ref);
is_named_capture (unique int id: @regexp_group ref, string name: string ref);
isInverted (int id: @regexp_char_class ref);
is_inverted (int id: @regexp_char_class ref);
regexpConstValue (unique int id: @regexp_constant ref, varchar(1) value: string ref);
charClassEscape (unique int id: @regexp_char_class_escape ref, varchar(1) value: string ref);
backref (unique int id: @regexp_backref ref, int value: int ref);