diff --git a/translations/README-es.md b/translations/README-es.md index 7c3fab7..a336c71 100644 --- a/translations/README-es.md +++ b/translations/README-es.md @@ -173,7 +173,7 @@ El símbolo `*` coincide con cero o más repeticiones del marcador anterior. La El símbolo `*` se puede utilizar con el meta-carácter `.` para que coincida con cualquier cadena de caracteres `.*`. El símbolo `*` se puede utilizar con el carácter de espacio en blanco `\s` para que coincida con una cadena de caracteres de espacio en blanco. Por ejemplo, la expresión `\s*cat\s*` significa: cero o más espacios, seguido por el carácter en minúscula `c`, seguido del carácter en minúscula `a`, seguido del carácter en minúscula `t`, seguido de cero o más espacios.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Prueba la expresión regular](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-fr.md b/translations/README-fr.md index 4bccd74..d376141 100644 --- a/translations/README-fr.md +++ b/translations/README-fr.md @@ -182,7 +182,7 @@ d'espaces, suivis du caractère `c` minuscule, suivi par le caractère `a` minus zéro ou plus d'espaces.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Essayer l'expression régulière](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-gr.md b/translations/README-gr.md index 31b1ee6..510b0e6 100644 --- a/translations/README-gr.md +++ b/translations/README-gr.md @@ -216,7 +216,7 @@ string με βάση κάποιου μοτίβου αναζήτησης και από τον πεζό χαρακτήρα `t`, που ακολουθείται από μηδέν ή περισσότερα κενά.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Δοκιμή της κανονικής έκφρασης](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-hu.md b/translations/README-hu.md index 78c6ef8..d7ae47f 100644 --- a/translations/README-hu.md +++ b/translations/README-hu.md @@ -209,7 +209,7 @@ együtt, hogy illeszkedjen egy whitespace-ekből álló karakterláncra. Példá aztán egy kisbetűs `a`, aztán egy kisbetűs `t`, amit még nulla vagy több szóköz követ.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Teszteld a reguláris kifejezést](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-ja.md b/translations/README-ja.md index 31c6240..e1dc5d8 100644 --- a/translations/README-ja.md +++ b/translations/README-ja.md @@ -206,7 +206,7 @@ 小文字の `c`, `a`, `t` が続き、その後に 0 個以上のスペースが続きます。
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[正規表現の動作確認をする](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-ko.md b/translations/README-ko.md index e34f3d2..0a61eb1 100644 --- a/translations/README-ko.md +++ b/translations/README-ko.md @@ -175,7 +175,7 @@ `*` 부호는 메타 문자 `.`와 함께 모든 문자열과 매치되는 패턴을 만드는데 사용될 수 있다. 또한, `*` 부호는 공백 문자 `\s`와 함께 공백 문자들로 이루어진 문자열과 매치되는 패턴을 만드는데 사용될 수 있다. 예를 들어, 정규 표현식 `\s*cat\s*`는 0번 이상 공백문자가 나온 이후에 소문자 `c`, 소문자 `a`, 소문자 `t`가 자체로 나오고 그 뒤에 다시 0번 이상의 공백문자가 나오는 패턴을 의미한다.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Test the regular expression](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-pl.md b/translations/README-pl.md index 92519d5..6c113d3 100644 --- a/translations/README-pl.md +++ b/translations/README-pl.md @@ -210,7 +210,7 @@ następującą po niej małą literę `a`, następującą po niej małą literę następujące po niej zero lub więcej spacji.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Przetestuj wyrażenie](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-pt_BR.md b/translations/README-pt_BR.md index 653138f..816d956 100644 --- a/translations/README-pt_BR.md +++ b/translations/README-pt_BR.md @@ -175,7 +175,7 @@ O símbolo `*` corresponde a zero ou mais repetições do padrão antecedente. A O símbolo `*` pode ser usado junto do metacaractere `.` para encontrar qualquer string de caracteres `.*`. O símbolo `*` pode ser usado com o caractere de espaço em branco `\s` para encontrar uma string de caracteres em branco. Por exemplo, a expressão `\s*cat\s*` significa: zero ou mais espaços, seguidos do caractere minúsculo `c`, seguido do caractere minúsculo `a`, seguido do caractere minúsculo `t`, seguido de zero ou mais espaços.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[Teste a RegExp](https://regex101.com/r/gGrwuz/1) diff --git a/translations/README-zh-simple.md b/translations/README-zh-simple.md index 83b4d8a..d99a789 100644 --- a/translations/README-zh-simple.md +++ b/translations/README-zh-simple.md @@ -194,7 +194,7 @@ `*`和表示匹配空格的符号`\s`连起来用, 如表达式`\s*cat\s*`匹配0或更多个空格开头和0或更多个空格结尾的cat字符串.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[在线练习](https://regex101.com/r/gGrwuz/1)