mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-05 19:16:58 -04:00
اصلاح لینک به برگردان فارسی
This commit is contained in:
parent
a817604833
commit
fa254f2de7
@ -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)
|
||||
|
||||
## What is Regular Expression?
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## 什么是正则表达式?
|
||||
|
||||
|
@ -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é es una expresión regular?
|
||||
> Una expresión regular es un grupo de caracteres o símbolos, los cuales son usados para buscar un patrón específico dentro de un texto.
|
||||
|
@ -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)
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
@ -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 <a href="#learn-regex"><strong>the</strong></a> mat.
|
||||
</pre>
|
||||
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
[عبارت منظم را در عمل ببینید](https://regex101.com/r/dmRygT/1)
|
||||
|
||||
عبارت منظم `123` با رشته `123` مطابقت دارد. عبارت منظم با مقایسه حرف به حرف و کارکتر به کارکترش با متن مورد نظر تطابق را می یابد. همچنین عبارت منظم حساس به اندازه (بزرگی یا کوچکی حروف) هستند. بنابر این واژه ی `The` با `the` همخوان نیست.
|
||||
@ -106,7 +106,10 @@
|
||||
"The" => <a href="#learn-regex"><strong>The</strong></a> fat cat sat on the mat.
|
||||
</pre>
|
||||
|
||||
[Test the regular expression](https://regex101.com/r/1paXsy/1)
|
||||
<div dir="rtl">
|
||||
|
||||
[این عبارت منظم را در عمل ببنیند](https://regex101.com/r/1paXsy/1)
|
||||
</div>
|
||||
|
||||
## 2. Meta Characters
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## 正規表現とは
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## 정규표현식이란 무엇인가?
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## Что такое Регулярное выражение?
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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ì?
|
||||
|
@ -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)
|
||||
|
||||
## 什么是正则表达式?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user