fix
This commit is contained in:
parent
aee2bd2ca6
commit
74efc83650
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ let str = "+7(903)-123-45-67";
|
||||||
alert( str.replace(/\D/g, "") ); // 79031234567
|
alert( str.replace(/\D/g, "") ); // 79031234567
|
||||||
```
|
```
|
||||||
|
|
||||||
## A dot is any character
|
## A dot is "any character"
|
||||||
|
|
||||||
A dot `pattern:.` is a special character class that matches "any character except a newline".
|
A dot `pattern:.` is a special character class that matches "any character except a newline".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue