diff --git a/translations/README-fa.md b/translations/README-fa.md index 02a76be..e17f3bf 100644 --- a/translations/README-fa.md +++ b/translations/README-fa.md @@ -84,24 +84,23 @@ - [Multiline](#53-multiline) - [Greedy vs lazy matching](#6-greedy-vs-lazy-matching) +
"the" => The fat cat sat on the mat.-[Test the regular expression](https://regex101.com/r/dmRygT/1) -The regular expression `123` matches the string `123`. The regular expression is -matched against an input string by comparing each character in the regular -expression to each character in the input string, one after another. Regular -expressions are normally case-sensitive so the regular expression `The` would -not match the string `the`. +
"The" => The fat cat sat on the mat.