From d7466ff84056b03a37c79493f12ee6e8edb1559b Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 30 May 2016 14:51:04 +1000 Subject: [PATCH] docs: more detail on option setting --- doc/dev-reference/compilation.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/dev-reference/compilation.rst b/doc/dev-reference/compilation.rst index 21254b22..8f44c15c 100644 --- a/doc/dev-reference/compilation.rst +++ b/doc/dev-reference/compilation.rst @@ -119,12 +119,21 @@ The following regex constructs are supported by Hyperscan: * The anchors :regexp:`^`, :regexp:`$`, :regexp:`\\A`, :regexp:`\\Z` and :regexp:`\\z`. -* Option modifiers for: +* Option modifiers: - * Case-sensitivity: :regexp:`(?i)` and :regexp:`(?-i)` - * Multi-line: :regexp:`(?m)` and :regexp:`(?-m)` - * Dot-all: :regexp:`(?s)` and :regexp:`(?-s)` - * Extended syntax: :regexp:`(?x)` and :regexp:`(?-x)` + These allow behaviour to be switched on (with :regexp:`(?