Skip to content

Commit fb26748

Browse files
authored
Merge pull request #52 from w-kuhn/update-reference-text
updated quick reference text [A-Za-z]
2 parents b7c7e07 + 030ecd7 commit fb26748

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)