From: Michael Stapelberg Date: Sun, 11 Sep 2011 10:10:09 +0000 (+0100) Subject: mention PCRE in docs/userguide X-Git-Tag: 4.1~167^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a91c695e7abba449f27b6bd6c7897738dad1fae;p=i3%2Fi3 mention PCRE in docs/userguide --- diff --git a/docs/userguide b/docs/userguide index 865ee4b9..597cdb51 100644 --- a/docs/userguide +++ b/docs/userguide @@ -739,8 +739,9 @@ con_id:: Compares the i3-internal container ID, which you can get via the IPC interface. Handy for scripting. -Note that currently all criteria are compared case-insensitive and do not -support regular expressions. This is planned to change in the future. +The criteria +class+, +instance+, +title+ and +mark+ are actually regular +expressions (PCRE). See +pcresyntax(3)+ or +perldoc perlre+ for information on +how to use them. === Splitting containers