Delete 'regtest.js'
This commit is contained in:
parent
5e06ea2045
commit
0a9d795434
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
let regex = /(<(?<tag>.*)>(?<content>.+?)<\/b>)/gm;
|
||||
let text = "asdasdasdasdhasdkjahsdjk <b>asdjkasjkasldj</b> asjdalkjsd<b></b>";
|
||||
|
||||
console.log(regex.exec(text));
|
Loading…
Reference in a new issue