xxxxxxxxxx
let str = '<h1>Hello, world!</h1>';
let tag = str.match(/<(.*?)>/);
alert( tag[0] ); // <h1>
alert( tag[1] ); // h1
xxxxxxxxxx
string_value:(?=(?:(?!attributes_cache).)*name: last_name)\s+\"(\w+)\".*?attributes_cache
xxxxxxxxxx
I had this issue to on an hp laptop.
if your laptop has a UFS drive, that is whats causing the error.
Search up UFS ubuntu install for the way to fix. its pretty easy.