2 parents fc3a2fb + 1004820 commit a36930cCopy full SHA for a36930c
1 file changed
README.md
@@ -113,7 +113,7 @@ Igroups can also be nested:
113
Finally, you can mix all of them into complex patterns:
114
115
```
116
-Mary( Eli(z|s)abeth)?( Simmons)? Smith(son)? => [
+Mary( Eli(z|s)abeth)?(+ Simmons| Smith(son)?) => [
117
'Mary Elisabeth Simmons',
118
'Mary Elisabeth Simmons Smith',
119
'Mary Elisabeth Simmons Smithson',
0 commit comments