From 93ce9fcf4c22493b73b7a4df2ab66922b36c5982 Mon Sep 17 00:00:00 2001 From: Jonas Berlin Date: Mon, 21 Oct 2019 07:40:19 +0300 Subject: [PATCH] Update p6-regex-intro.pod Clarify "home row keys" --- intro/p6-regex-intro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/p6-regex-intro.pod b/intro/p6-regex-intro.pod index 65876b3..f7f4843 100644 --- a/intro/p6-regex-intro.pod +++ b/intro/p6-regex-intro.pod @@ -278,7 +278,7 @@ and "subtract" character classes much like you would sets: /<[a..z] - [aeiou]>/ # Only match a consonant /<[asdfg] + [hjkl;]> +/ # Only match a sequence of characters that can - # be made from home row keys. + # be made from home row keys of many qwerty layouts =head2 Grouping