mention PCRE in docs/userguide
This commit is contained in:
parent
8f0e0dee58
commit
1a91c695e7
|
@ -739,8 +739,9 @@ con_id::
|
||||||
Compares the i3-internal container ID, which you can get via the IPC
|
Compares the i3-internal container ID, which you can get via the IPC
|
||||||
interface. Handy for scripting.
|
interface. Handy for scripting.
|
||||||
|
|
||||||
Note that currently all criteria are compared case-insensitive and do not
|
The criteria +class+, +instance+, +title+ and +mark+ are actually regular
|
||||||
support regular expressions. This is planned to change in the future.
|
expressions (PCRE). See +pcresyntax(3)+ or +perldoc perlre+ for information on
|
||||||
|
how to use them.
|
||||||
|
|
||||||
=== Splitting containers
|
=== Splitting containers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue