diff --git a/README.md b/README.md index 382451f..24bfa91 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ of preceding lowercase character `a`. But if it appears after a character set or character set. For example the regular expression `[a-z]*` means: any number of lowercase letters in a row.
-"[a-z]*" => The car parked in the garage #21. +"[a-z]*" => The car parked in the garage #21.The `*` symbol can be used with the meta character `.` to match any string of characters `.*`. The `*` symbol can be used with the