We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19726e commit 3293642Copy full SHA for 3293642
regex.html
@@ -82,7 +82,7 @@ <h1>Syntax</h1>
82
83
<table class="table table-bordered table-striped">
84
<thead>
85
- <tr><th>What</th><th><a href="http://perldoc.perl.org/perlre.html">Perl</a>/PCRE</th><th><a href="https://docs.python.org/library/re.html">Python's <code>re</code></a></th><th>POSIX (BRE)</th><th>POSIX extended (ERE)</th><th>ViM</th></tr>
+ <tr><th>What</th><th><a href="http://perldoc.perl.org/perlre.html">Perl</a>/PCRE</th><th><a href="https://docs.python.org/library/re.html">Python's <code>re</code></a></th><th>POSIX (BRE)</th><th>POSIX extended (ERE)</th><th>ViM (with <code>:set magic</code>)</th></tr>
86
</thead>
87
<tbody id="syntax-basics" class="subgroup">
88
<tr><th colspan="6">Basics</th></tr>
0 commit comments