renamed "rangeQuantifierLowerBound" to "range_quantifier_lower_bound"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:06 +02:00
parent 0962af51d2
commit defbee2567
7 changed files with 20 additions and 13 deletions

View File

@@ -878,7 +878,7 @@ regexp_parse_errors (unique int id: @regexp_parse_error,
@regexp_anchor = @regexp_dollar | @regexp_caret;
is_greedy (int id: @regexp_quantifier ref);
rangeQuantifierLowerBound (unique int id: @regexp_range ref, int lo: int ref);
range_quantifier_lower_bound (unique int id: @regexp_range ref, int lo: int ref);
rangeQuantifierUpperBound (unique int id: @regexp_range ref, int hi: int ref);
isCapture (unique int id: @regexp_group ref, int number: int ref);
isNamedCapture (unique int id: @regexp_group ref, string name: string ref);