Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## What is Regular Expression?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> A regular expression is a group of characters or symbols which is used to find a specific pattern in a text.

A regular expression is a pattern that is matched against a subject string from
Expand Down Expand Up @@ -235,7 +237,7 @@ clarified that`t` is the last `t` in the sentence.
In regular expressions, the meta character `?` makes the preceding character
optional. This symbol matches zero or one instance of the preceding character.
For example, the regular expression `[T]?he` means: Optional uppercase
`T`, followed by a lowercase `h`, followed bya lowercase `e`.
`T`, followed by a lowercase `h`, followed by a lowercase `e`.

<pre>
"[T]he" => <a href="#learn-regex"><strong>The</strong></a> car is parked in the garage.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## 什么是正则表达式?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。

一个正则表达式是一种从左到右匹配主体字符串的模式。
Expand Down
2 changes: 2 additions & 0 deletions translations/README-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

## Was sind Reguläre Ausdrücke?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Ein regulärer Ausdruck ist eine Gruppe von Buchstaben und Symbolen, die benutzt werden um ein bestimmtes Muster in einem Text zu finden.
Ein regulärer Ausdruch ist ein Muster, das mit einem zu durchsuchenden Text von links nach rechts abgeglichen wird. Die Bezeichnung
"Regulärer Ausdruck" ist in der Praxis unüblich und stattdessen wird häufig die Englische Abkürzung "Regex" oder "RegExp" (*regular expression*) verwendet. Reguläre
Expand Down
2 changes: 2 additions & 0 deletions translations/README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Qué es una expresión regular?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> 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.

Una expresión regular es un patrón que que se compara con una cadena de caracteres de izquierda a derecha. La palabra "expresión regular" puede también ser escrita como "Regex" o "Regexp". Las expresiones regulares se utilizan para reemplazar un texto dentro de una cadena de caracteres (*string*), validar formularios, extraer una porción de una cadena de caracteres (*substring*) basado en la coincidencia de una patrón, y muchas cosas más.
Expand Down
3 changes: 3 additions & 0 deletions translations/README-fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

## عبارت منظم چیست؟
</div>

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

<div dir="rtl">

> عبارت منظم یک گروه از کارکترها یا نمادهاست که برای پیدا کردن یک الگوی مشخص در یک متن به کار گرفته می شود.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Qu'est-ce qu'une expression régulière?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Une expression régulière est un groupement de caractères ou symboles utilisés pour trouver un schéma spécifique dans un texte.

Une expression régulière est un schéma qui est comparé à une chaîne de caractères (string) de gauche à droite. Le mot "Expression régulière"
Expand Down
2 changes: 2 additions & 0 deletions translations/README-gr.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Τι είναι μια Κανονική Έκφραση (Regular Expression);

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Μια κανονική έκφραση είναι μια ομάδα χαρακτήρων ή συμβόλων που χρησιμοποιούνται για την εύρεση ενός συγκεκριμένου μοτίβου χαρακτήρων μέσα σ'ένα κείμενο.

Μια κανονική έκφραση, είναι μια σειρά χαρακτήρων τους οποίους αναζητούμε μέσα σε ένα κείμενο. Η αναζήτηση αυτή
Expand Down
2 changes: 2 additions & 0 deletions translations/README-hu.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Mi az a reguláris kifejezés?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> A reguláris kifejezés karakterek vagy szimbólumok egy csoportja, amelyet egy szövegből adott minták megtalálására használnak.

A reguláris kifejezés egy olyan minta, amely illeszkedik egy adott karakterláncra
Expand Down
2 changes: 2 additions & 0 deletions translations/README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## 正規表現とは

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> 正規表現とは文中からある文字列のパターンを見つけるために使用される文字列や記号の組み合わせのことです。

正規表現とは対象の文字列に左から右にマッチするパターンのことを言います。
Expand Down
2 changes: 2 additions & 0 deletions translations/README-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## 정규표현식이란 무엇인가?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> 정규표현식은 텍스트에서 특정 패턴을 찾아내는데 사용되는 문자 혹은 기호들의 집합이다.

정규표현식(Regular expression)은 대상 문자열에 왼쪽에서 오른쪽 방향으로 매칭되는 하나의 패턴이다. "Regular expression"이라고 매번 발음하기 어렵기 때문에, 보통 약어로 "regex" 혹은 "regexp", "정규식"으로 축약되어 사용된다. 정규 표현식은 문자열 내부의 텍스트 대체, 포맷의 유효성 검사, 패턴 매칭을 기반으로한 문자열에서 일부 텍스트를 추출, 그리고 그 외에 다양한 목적을 위해 사용된다.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Co to jest wyrażenie regularne?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Wyrażenie regularne to grupa znaków lub symboli, które służą do odnalezienia określonego wzoru w tekście.

Wyrażenie regularne to wzorzec, który jest dopasowywany do tekstu od lewej
Expand Down
2 changes: 2 additions & 0 deletions translations/README-pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## O que é uma Expressão Regular?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Expressão Regular é um grupo de caracteres ou símbolos utilizado para encontrar um padrão específico a partir de um texto.

Uma expressão regular é um padrão que é comparado com uma cadeia de caracteres da esquerda para a direita. O termo "Expressão regular" é longo e difícil de falar; você geralmente vai encontrar o termo abreviado como "regex" ou "regexp". Expressões regulares são usadas para substituir um texto dentro de uma string, validar formulários, extrair uma parte de uma string baseada em um padrão encontrado e muito mais.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

## Что такое Регулярное выражение?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Регулярное выражение - это группа букв или символов, которая используется для поиска определенного шаблона в тексте.

Регулярное выражение - это шаблон, сопоставляемый с искомой строкой слева направо.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

## Düzenli İfade Nedir?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Düzenli ifade, bir metinden belirli bir deseni bulmak için kullanılan bir karakter veya sembol grubudur.

Bir düzenli ifade soldan sağa söz konusu harf öbekleriyle eşleşen bir desendir.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-vn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

## Biểu thức chính quy là gì?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> Biểu thức chính quy là một nhóm các ký tự hoặc ký hiệu được sử dụng để tìm một mẫu cụ thể từ một văn bản.

Biểu thức chính quy là một khuôn mẫu được khớp với chuỗi các từ, từ trái sang phải. Từ "Biểu thức chính quy" là một câu cửa miệng, bạn thường sẽ tìm thấy thuật ngữ viết tắt là "regex" hoặc "regexp". Biểu thức chính quy được sử dụng để thay thế một văn bản trong một chuỗi, xác thực mẫu, trích xuất một chuỗi con từ một chuỗi dựa trên khớp mẫu và hơn thế nữa.
Expand Down
2 changes: 2 additions & 0 deletions translations/README-zh-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
* [فارسی](../translations/README-fa.md)

## 什么是正则表达式?

[![](https://img.shields.io/badge/-Download%20PDF%20-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://gum.co/learn-regex)

> 正则表达式是一组由字母和符号组成的特殊文本, 它可以用来从文本中找出满足你想要的格式的句子.

Expand Down