1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-20 15:59:53 +00:00

Simply regex (#39553).

git-svn-id: https://svn.redmine.org/redmine/trunk@22450 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2023-11-16 22:19:15 +00:00
parent d9e72d6ba2
commit 60f7d22249

View File

@ -98,11 +98,7 @@ module Redmine
@([A-Za-z0-9_\-@\.]*?) @([A-Za-z0-9_\-@\.]*?)
(?= (?=
(?=[[:punct:]][^A-Za-z0-9_\/])| (?=[[:punct:]][^A-Za-z0-9_\/])|
,|
\.+$|
\s| \s|
\]|
<|
[[:punct:]]? [[:punct:]]?
$ $
) )