let num = idthis.match(/\d+$/)[0];
let num = idthis.replace(/\S+?(?=\d+$)/,'');
let num = idthis.at(-1);