From c81ccac43279301cf09da251c62922bfbd456542 Mon Sep 17 00:00:00 2001 From: Shaun Sandstrom <42827574+sandstroms@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:45:38 -0700 Subject: [PATCH] Updated introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9651e15..3a03856 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A regular expression is a pattern that is matched against a subject string from left to right. Regular expressions are used to replace text within a string, -validating forms, extracting a substring from a string based on a pattern match, +validate forms, extract a substring from a string based on a pattern match, and so much more. The term "regular expression" is a mouthful, so you will usually find the term abbreviated to "regex" or "regexp".