Sébastien Helleu
6d217ca8c5
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).
2019-01-26 10:15:35 +01:00
..
2016-05-15 08:52:19 +02:00
2017-11-19 22:34:46 +01:00
2016-05-15 08:52:19 +02:00
2017-05-12 20:59:51 +02:00
2018-11-05 22:21:03 +01:00
2018-07-09 07:04:40 +02:00
2016-05-15 08:52:19 +02:00
2016-12-18 11:06:29 +01:00
2018-11-29 23:18:55 +01:00
2018-11-17 11:39:28 +01:00
2016-12-31 16:56:06 +01:00
2016-12-31 16:56:06 +01:00
2017-11-19 22:34:46 +01:00
2017-11-19 22:34:46 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2016-05-15 08:52:19 +02:00
2018-11-04 21:53:11 +01:00
2018-11-12 21:02:25 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-10-19 20:24:35 +02:00
2018-03-17 18:16:12 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2018-09-09 10:07:16 +02:00
2018-11-29 23:18:55 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2019-01-20 20:13:54 +01:00
2018-02-08 20:46:07 +01:00
2016-12-18 11:06:29 +01:00
2018-01-20 15:11:02 +01:00
2018-01-20 15:11:02 +01:00
2019-01-26 10:15:35 +01:00
2016-12-18 11:06:29 +01:00
2018-12-22 09:37:25 +01:00
2018-11-12 20:57:55 +01:00
2016-05-15 08:52:19 +02:00
2018-07-09 07:04:40 +02:00