Merge pull request #129 from BigBadJohn562/patch-1

Wording and Sentence Structure Changes
This commit is contained in:
Zeeshan Ahmad 2019-08-05 17:57:52 +04:00 committed by GitHub
commit c1ec28b682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,10 @@
> Regular expression is a group of characters or symbols which is used to find a specific pattern from a text.
A regular expression is a pattern that is matched against a subject string from
left to right. The word "Regular expression" is a mouthful, you will usually
find the term abbreviated as "regex" or "regexp". Regular expression is used for
replacing a text within a string, validating form, extract a substring from a
string based upon a pattern match, and so much more.
left to right. Regular expression is used for replacing a text within a string,
validating form, extract a substring from a string based upon a pattern match,
and so much more. The word "Regular expression" is a mouthful, so you will usually
find the term abbreviated as "regex" or "regexp".
Imagine you are writing an application and you want to set the rules for when a
user chooses their username. We want to allow the username to contain letters,