You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: regex.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ <h1>Syntax</h1>
97
97
<tr><thcolspan="6">Character classes</th></tr>
98
98
<tr><td>Any character (except newline)</td><td><code>.</code></td><td><code>.</code></td><td><code>.</code></td><td><code>.</code></td><td><code>.</code></td></tr>
99
99
<tr><td>Any character (including newline)</td><tdclass="na"></td><tdclass="na"></td><tdclass="na"></td><tdclass="na"></td><td><code>\_.</code></td></tr>
100
-
<tr><td>Match a "word" character (alphanumeric plus <code>_</code>)</td><td><code>\w</code><code>[[:word:]]</code></td><td><code>\w</code></td><td><code>[[:word:]]</code></td><td><code>[[:word:]]</code></td><td><code>\w</code></td></tr>
100
+
<tr><td>Match a "word" character (alphanumeric plus <code>_</code>)</td><td><code>\w</code><code>[[:word:]]</code></td><td><code>\w</code></td><td><code>\w</code></td><td><code>\w</code></td><td><code>\w</code></td></tr>
<tr><td>Match a non-"word" character</td><td><code>\W</code></td><td><code>\W</code></td><tdclass="na"></td><tdclass="na"></td><td><code>\W</code></td></tr>
103
103
<tr><td>Match a whitespace character (except newline)</td><tdclass="na"></td><tdclass="na"></td><td></td><td></td><td><code>\s</code><code>[[:space:]]</code></td></tr>
0 commit comments