Skip to content

Commit f014788

Browse files
committed
Update nipreps.json
1 parent 5f254f9 commit f014788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

niworkflows/data/nipreps.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"name": "space",
74-
"pattern": "[_/\\\\]+space-([a-zA-Z0-9\\+]+)"
74+
"pattern": "[_/\\\\]+space-([a-zA-Z0-9+]+)"
7575
},
7676
{
7777
"name": "suffix",
@@ -115,11 +115,11 @@
115115
},
116116
{
117117
"name": "from",
118-
"pattern": "(?:^|_)from-([a-zA-Z0-9\\+]+).*xfm"
118+
"pattern": "(?:^|_)from-([a-zA-Z0-9+]+).*xfm"
119119
},
120120
{
121121
"name": "to",
122-
"pattern": "(?:^|_)to-([a-zA-Z0-9\\+]+).*xfm"
122+
"pattern": "(?:^|_)to-([a-zA-Z0-9+]+).*xfm"
123123
},
124124
{
125125
"name": "mode",

0 commit comments

Comments
 (0)