ssssb1

Results 1 issues of ssssb1

origin: ``` const txt = 'This regular expression example was made in December 6, 2019.' const pattern = /\\b\w{4}\b/g // exactly four character words const matches = txt.match(pattern) console.log(matches) //['This',...