mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-05-29 22:39:03 +02:00
We can not use "(?<![.\s])", used to check that name-part does not end in a dot or white-space. The expression is valid in recent Chrome, but fails eg. in Safari 11.0 or node.js 4.8.3 and therefore grunt uglify! Server-side will fail in that case because it uses the full regexp.