mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "charClassEscape" to "char_class_escape"
This commit is contained in:
@@ -884,7 +884,7 @@ 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);
|
||||
is_inverted (int id: @regexp_char_class ref);
|
||||
regexp_const_value (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);
|
||||
char_class_escape (unique int id: @regexp_char_class_escape ref, varchar(1) value: string ref);
|
||||
backref (unique int id: @regexp_backref ref, int value: int ref);
|
||||
namedBackref (unique int id: @regexp_backref ref, string name: string ref);
|
||||
unicodePropertyEscapeName (unique int id: @regexp_unicode_property_escape ref, string name: string ref);
|
||||
|
||||
Reference in New Issue
Block a user