-
Improvement
-
Resolution: Fixed
-
None
-
Critical
-
-
Emptyshow more show less
I’d suggest to improve one of the default rules (integer default simple)
Currently:
/(\s|^|\()([-+]?([1-9]\d+|\d))((\.(\s|$))|(,(\s|$))|\s|$|\))/u
Should better be:
/(\s|^|\()([-+]?([1-9]\d+|\d))(([\.,;:?!](\s|$))|\s|$|\))/u
Otherwise integers that are followed by colon, semicolon, question or exclamation mark are not captured