x+x+ is xx+ not x+ #77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "xpxpnotxp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
x+x+isxx+notx+Does not always remove all +.
E.g.
^(?:\d+\d+\p{Nd}\d+)$becomes((?:(?-m:^))[0-9][0-9]+[0-9][0-9]+(?:(?-m:$))), and^(?:\d+\d+\d+\d+\d+)$becomes((?:(?-m:^))[0-9][0-9][0-9]+[0-9][0-9]+(?:(?-m:$)))fixes #69
Pull request closed