renamed "isCapture" to "is_capture"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:08 +02:00
parent 35b5b660c5
commit 2dc9022aa6
9 changed files with 17 additions and 10 deletions

View File

@@ -1240,7 +1240,7 @@ regexpterm(#20415,13,#20414,0,"(abc)")
#20416=@"loc,{#10000},22,2,22,6"
locations_default(#20416,#10000,22,2,22,6)
hasLocation(#20415,#20416)
isCapture(#20415,1)
is_capture(#20415,1)
#20417=*
regexpterm(#20417,14,#20415,0,"abc")
#20418=@"loc,{#10000},22,3,22,5"
@@ -1899,7 +1899,7 @@ regexpterm(#20610,13,#20596,4,"((?:(?=([^<]+))\2|<(?!tpl\b[^>]*>))*?)")
regexpterm(#20610,13,#20596,4,"((?:(?=([^<]+))\2|<(?!tpl\b[^>]*>))*?)")
#20611=@"loc,{#10000},44,14,44,51"
locations_default(#20611,#10000,44,14,44,51)
hasLocation(#20610,#20611)
hasLocation(#20610,#20611)
is_capture(#20610,1)
#20612=*
regexpterm(#20612,8,#20610,0,"(?:(?=([^<]+))\2|<(?!tpl\b[^>]*>))*?")
@@ -1930,7 +1930,7 @@ regexpterm(#20622,13,#20620,0,"([^<]+)")
regexpterm(#20622,13,#20620,0,"([^<]+)")
#20623=@"loc,{#10000},44,21,44,27"
locations_default(#20623,#10000,44,21,44,27)
hasLocation(#20622,#20623)
hasLocation(#20622,#20623)
is_capture(#20622,2)
#20624=*
regexpterm(#20624,9,#20622,0,"[^<]+")