I have tried the following regex, but it appears that nested "[]" is not allowed.
You're on the right track, what you might want: [\ d [\ s -] *] {9-23}
(\ d [\ s -] *) {822} \ d
I have tried the following regex, but it appears that nested "[]" is not allowed.
You're on the right track, what you might want: [\ d [\ s -] *] {9-23}
(\ d [\ s -] *) {822} \ d
Comments
Post a Comment