x+x+ is xx+ not x+ #77

Closed
benibela wants to merge 1 commit from xpxpnotxp into master
benibela commented 2021-08-08 16:40:40 +00:00 (Migrated from github.com)

x+x+ is xx+ not x+

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:$)))

`x+x+` is `xx+` not `x+` 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:$)))`
benibela commented 2021-08-08 16:41:08 +00:00 (Migrated from github.com)

fixes #69

fixes #69

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/flre!77
No description provided.