minor
This commit is contained in:
parent
e76364de01
commit
bc9117e70f
10 changed files with 15 additions and 15 deletions
|
@ -218,7 +218,7 @@ alert( str.match(reg) ); // <a href="link" class="doc">
|
|||
let str = '...<a href="link1" class="doc">... <a href="link2" class="doc">...';
|
||||
let reg = /<a href=".*" class="doc">/g;
|
||||
|
||||
// Wops! Two links in one match!
|
||||
// Woops! Two links in one match!
|
||||
alert( str.match(reg) ); // <a href="link1" class="doc">... <a href="link2" class="doc">
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue