diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 10:15:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 10:15:35 +0100 |
commit | 6d217ca8c54b53a3741992c63eefb704fc9de906 (patch) | |
tree | 6ed90c91b7a6e162c29ed8e15e084a4d54c98214 /doc/it/autogen/plugin_api | |
parent | 73a4901fe1f3ed884efcbb49d204d1466215f89c (diff) | |
download | weechat-6d217ca8c54b53a3741992c63eefb704fc9de906.zip |
doc: fix regex examples to be compatible with FreeBSD
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).
Diffstat (limited to 'doc/it/autogen/plugin_api')
0 files changed, 0 insertions, 0 deletions