mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-05 11:06:46 -04:00
Add vietnamese link and fix relative links
This commit is contained in:
parent
c215f4e76e
commit
fec4133b86
@ -28,6 +28,7 @@
|
||||
* [Magyar](translations/README-hu.md)
|
||||
* [Polish](translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Tiếng Việt](translations/README-vn.md)
|
||||
|
||||
## What is Regular Expression?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## 什么是正则表达式?
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.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.
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Qu'est-ce qu'une expression régulière?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Τι είναι μια Κανονική Έκφραση (Regular Expression);
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Mi az a reguláris kifejezés?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## 正規表現とは
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## 정규표현식이란 무엇인가?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Co to jest wyrażenie regularne?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## O que é uma Expressão Regular?
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Что такое Регулярное выражение?
|
||||
|
||||
|
@ -28,7 +28,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## Düzenli İfade Nedir?
|
||||
|
||||
|
@ -18,19 +18,19 @@
|
||||
|
||||
## Translations:
|
||||
|
||||
* [English](README.md)
|
||||
* [Español](translations/README-es.md)
|
||||
* [Français](translations/README-fr.md)
|
||||
* [Português do Brasil](translations/README-pt_BR.md)
|
||||
* [中文版](translations/README-cn.md)
|
||||
* [日本語](translations/README-ja.md)
|
||||
* [한국어](translations/README-ko.md)
|
||||
* [Turkish](translations/README-tr.md)
|
||||
* [Greek](translations/README-gr.md)
|
||||
* [Magyar](translations/README-hu.md)
|
||||
* [Polish](translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Vietnamese](translations/README-vn.md)
|
||||
* [English](../README.md)
|
||||
* [Español](../translations/README-es.md)
|
||||
* [Français](../translations/README-fr.md)
|
||||
* [Português do Brasil](../translations/README-pt_BR.md)
|
||||
* [中文版](../translations/README-cn.md)
|
||||
* [日本語](../translations/README-ja.md)
|
||||
* [한국어](../translations/README-ko.md)
|
||||
* [Turkish](../translations/README-tr.md)
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
|
||||
## Biểu thức chính quy là gì?
|
||||
|
@ -27,7 +27,8 @@
|
||||
* [Greek](../translations/README-gr.md)
|
||||
* [Magyar](../translations/README-hu.md)
|
||||
* [Polish](../translations/README-pl.md)
|
||||
* [Русский](translations/README-ru.md)
|
||||
* [Русский](../translations/README-ru.md)
|
||||
* [Tiếng Việt](../translations/README-vn.md)
|
||||
|
||||
## 什么是正则表达式?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user