Skip to content

Commit 030ecd7

Browse files
committed
updated quick reference text [A-Za-z]
1 parent b7c7e07 commit 030ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Brackets:</h2>
115115
<td>Match any character except a, b, or c</td>
116116
</tr>
117117
<tr>
118-
<td class="regex">[A-z]</td>
118+
<td class="regex">[A-Za-z]</td>
119119
<td>Match any character from uppercase A to lowercase z</td>
120120
</tr>
121121
<tr>

0 commit comments

Comments
 (0)