diff --git a/README.asciidoc b/README.asciidoc index 2ade2da2..ff1abe27 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -998,11 +998,6 @@ The regex syntax supported by Kakoune is the Perl syntax currently provided by Boost : http://www.boost.org/doc/libs/release/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html[Perl Regular Expression Syntax]. -Tips -^^^^ - -* It is possible to make case insensitive regex by prefixing expression with `(?i)` - Exec and Eval ~~~~~~~~~~~~~