@@ -56,7 +56,7 @@
## فهرست
-- [Basic Matchers](#1-basic-matchers)
+- [پایه ای ترین همخوانی](#1-basic-matchers)
- [Meta character](#2-meta-characters)
- [Full stop](#21-full-stop)
- [Character set](#22-character-set)
@@ -95,8 +95,8 @@
"the" => The fat cat sat on
+
[عبارت منظم را در عمل ببینید](https://regex101.com/r/dmRygT/1)
عبارت منظم `123` با رشته `123` مطابقت دارد. عبارت منظم با مقایسه حرف به حرف و کارکتر به کارکترش با متن مورد نظر تطابق را می یابد. همچنین عبارت منظم حساس به اندازه (بزرگی یا کوچکی حروف) هستند. بنابر این واژه ی `The` با `the` همخوان نیست.
@@ -106,7 +106,10 @@
"The" =>
The fat cat sat on the mat.
-[Test the regular expression](https://regex101.com/r/1paXsy/1)
+
+
+[این عبارت منظم را در عمل ببنیند](https://regex101.com/r/1paXsy/1)
+
## 2. Meta Characters
diff --git a/translations/README-fr.md b/translations/README-fr.md
index db28f7b..c51668c 100644
--- a/translations/README-fr.md
+++ b/translations/README-fr.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Qu'est-ce qu'une expression régulière?
diff --git a/translations/README-gr.md b/translations/README-gr.md
index 2e2141c..2e6dd9d 100644
--- a/translations/README-gr.md
+++ b/translations/README-gr.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Τι είναι μια Κανονική Έκφραση (Regular Expression);
diff --git a/translations/README-hu.md b/translations/README-hu.md
index e0c5ab0..e8c5239 100644
--- a/translations/README-hu.md
+++ b/translations/README-hu.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Mi az a reguláris kifejezés?
diff --git a/translations/README-ja.md b/translations/README-ja.md
index 18ed0f1..6acf9ae 100644
--- a/translations/README-ja.md
+++ b/translations/README-ja.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## 正規表現とは
diff --git a/translations/README-ko.md b/translations/README-ko.md
index 577bbfb..d4c9c0b 100644
--- a/translations/README-ko.md
+++ b/translations/README-ko.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## 정규표현식이란 무엇인가?
diff --git a/translations/README-pl.md b/translations/README-pl.md
index 84c50ef..fd1d04c 100644
--- a/translations/README-pl.md
+++ b/translations/README-pl.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Co to jest wyrażenie regularne?
diff --git a/translations/README-pt_BR.md b/translations/README-pt_BR.md
index d20b67b..774cd21 100644
--- a/translations/README-pt_BR.md
+++ b/translations/README-pt_BR.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## O que é uma Expressão Regular?
diff --git a/translations/README-ru.md b/translations/README-ru.md
index 0dc6c67..ed2e668 100644
--- a/translations/README-ru.md
+++ b/translations/README-ru.md
@@ -29,7 +29,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Что такое Регулярное выражение?
diff --git a/translations/README-tr.md b/translations/README-tr.md
index d471337..41be9dd 100644
--- a/translations/README-tr.md
+++ b/translations/README-tr.md
@@ -30,7 +30,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Düzenli İfade Nedir?
diff --git a/translations/README-vn.md b/translations/README-vn.md
index a292055..0c38faa 100644
--- a/translations/README-vn.md
+++ b/translations/README-vn.md
@@ -31,7 +31,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
-* [قارسی](../translations/README-fa.md)
+* [فارسی](../translations/README-fa.md)
## Biểu thức chính quy là gì?
diff --git a/translations/README-zh-simple.md b/translations/README-zh-simple.md
index 8ee4847..292e877 100644
--- a/translations/README-zh-simple.md
+++ b/translations/README-zh-simple.md
@@ -29,6 +29,7 @@
* [Polish](../translations/README-pl.md)
* [Русский](../translations/README-ru.md)
* [Tiếng Việt](../translations/README-vn.md)
+* [فارسی](../translations/README-fa.md)
## 什么是正则表达式?