mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 19:36:37 +02:00
73a4901fe1
The following special sequences are not supported in regular expressions on FreeBSD: - "\w": replaced with "[a-zA-Z0-9_]" - "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice only spaces could be a problem when we use this sequence).