Fixed a missing position
parent
4b4775812b
commit
fe8d61cc41
|
@ -47,7 +47,7 @@ done with a single regex, which matches all of them:
|
|||
Another use case could be, that you are simply not
|
||||
interested in postings about christmas.
|
||||
|
||||
/christmas([-_ ]?(?:tree|time|eve|pudding))?/
|
||||
/christmas(?:[-_ ]?(?:tree|time|eve|pudding))?/
|
||||
|
||||
|
||||
ATTENTION:
|
||||
|
|
Loading…
Reference in New Issue