File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272``` json
7373"local_name_style" : {
7474 "type" : " pattern" ,
75- "param" : " m_(w+)" ,
75+ "param" : " m_(\\ w+)" ,
7676 "$1" : " camel_case"
7777}
7878```
8888 " camel_case" ,
8989 {
9090 "type" : " pattern" ,
91- "param" : " m_(w+)" ,
91+ "param" : " m_(\\ w+)" ,
9292 "$1" : " camel_case"
9393 }
9494]
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Regular expressions support capture groups and then match basic nomenclature:
7272``` json
7373"local_name_style" : {
7474 "type" : " pattern" ,
75- "param" : " m_(w+)" ,
75+ "param" : " m_(\\ w+)" ,
7676 "$1" : " camel_case"
7777}
7878```
@@ -88,7 +88,7 @@ Where `"$1": "camel_case"` means that the content of the first capture group nee
8888 " camel_case" ,
8989 {
9090 "type" : " pattern" ,
91- "param" : " m_(w+)" ,
91+ "param" : " m_(\\ w+)" ,
9292 "$1" : " camel_case"
9393 }
9494]
You can’t perform that action at this time.
0 commit comments