Fix image link error

This commit is contained in:
ivothgle 2019-03-22 17:32:07 +08:00
parent 3d8c5ebdd7
commit 45a211d191
10 changed files with 10 additions and 10 deletions

View File

@ -43,7 +43,7 @@
<br/><br/>
<p align="center">
<img src="./img/regexp-cn.png" alt="Regular expression">
<img src="../img/regexp-cn.png" alt="Regular expression">
</p>
以上的正则表达式可以接受 `john_doe`, `jo-hn_doe`, `john12_as`.

View File

@ -39,7 +39,7 @@ Imagina que estás escribiendo una aplicación y quieres agregar reglas para cua
<br/><br/>
<p align="center">
<img src="./img/regexp-es.png" alt="Expresión regular">
<img src="../img/regexp-es.png" alt="Expresión regular">
</p>
La expresión regular anterior puede aceptar las cadenas `john_doe`, `jo-hn_doe` y `john12_as`. Sin embargo, la expresión no coincide con el nombre de usuario `Jo` porque es una cadena de caracteres que contiene letras mayúsculas y es demasiado corta.

View File

@ -42,7 +42,7 @@ le pseudonyme à contenir des lettres, des nombres, des underscores et des trait
de caractères dans le pseudonyme pour qu'il n'ait pas l'air moche. Nous utilisons l'expression régulière suivante pour valider un pseudonyme:
<br/><br/>
<p align="center">
<img src="./img/regexp-fr.png" alt="Expressions régulières">
<img src="../img/regexp-fr.png" alt="Expressions régulières">
</p>
L'expression régulière ci-dessus peut accepter les chaines de caractères (string) `john_doe`, `jo-hn_doe` et `john12_as`. Ça ne fonctionne pas avec `Jo` car cette chaine de caractères (string) contient une lettre majuscule et elle est trop courte.

View File

@ -47,7 +47,7 @@ string με βάση κάποιου μοτίβου αναζήτησης και
<br/><br/>
<p align="center">
<img src="./img/regexp-en.png" alt="Regular expression">
<img src="../img/regexp-en.png" alt="Regular expression">
</p>
Η παραπάνω κανονική έκφραση θα δεχτεί ως σωστά τα ονόματα χρήστη `john_doe`, `jo-hn_doe` και

View File

@ -47,7 +47,7 @@ használjuk:
<br/><br/>
<p align="center">
<img src="./img/regexp-hu.png" alt="Regular expression">
<img src="../img/regexp-hu.png" alt="Regular expression">
</p>
A feljebbi reguláris kifejezés elfogadja a `john_doe`, `jo-hn_doe` és a

View File

@ -45,7 +45,7 @@
<br/><br/>
<p align="center">
<img src="./img/regexp-en.png" alt="Regular expression">
<img src="../img/regexp-en.png" alt="Regular expression">
</p>
この正規表現によって `john_doe, jo-hn_doe, john12_as` などは許容されることになります。

View File

@ -39,7 +39,7 @@
<br/><br/>
<p align="center">
<img src="./img/regexp-en.png" alt="Regular expression">
<img src="../img/regexp-en.png" alt="Regular expression">
</p>
위의 정규 표현식은 `john_doe`, `jo-hn_doe`, 그리고 `john12_as` 문자열을 받아들일 수 있다. `Jo`는 대문자를 포함하고 있고 길이가 너무 짧기 때문에 위의 정규표현식과 매칭되지 않는다.

View File

@ -48,7 +48,7 @@ regularne, aby sprawdzić poprawność nazwy:
<br/><br/>
<p align="center">
<img src="./img/regexp-pl.png" alt="Wyrażenie regularne">
<img src="../img/regexp-pl.png" alt="Wyrażenie regularne">
</p>
Powyższe wyrażenie akceptuje łańcuchy `john_doe`, `jo-hn_doe`

View File

@ -49,7 +49,7 @@ kullanıyoruz:
<br/><br/>
<p align="center">
<img src="./img/regexp-tr.png" alt="Regular expression">
<img src="../img/regexp-tr.png" alt="Regular expression">
</p>
Yukardaki düzenli ifade `john_doe`, `jo-hn_doe` ve `john12_as` gibi girişleri kabul edebilir.

View File

@ -42,7 +42,7 @@
<br/><br/>
<p align="center">
<img src="01.png" alt="Regular expression">
<img src="../img/regexp-cn.png" alt="Regular expression">
</p>
以上的正则表达式可以接受 `john_doe`, `jo-hn_doe`, `john12_as`.