Delete 'regtest.js'

This commit is contained in:
Red Duck 2022-09-14 19:30:24 +00:00
parent 5e06ea2045
commit 0a9d795434
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
let regex = /(<(?<tag>.*)>(?<content>.+?)<\/b>)/gm;
let text = "asdasdasdasdhasdkjahsdjk <b>asdjkasjkasldj</b> asjdalkjsd<b></b>";
console.log(regex.exec(text));