Forum Discussion
bojanvelevski
2 years agoValued Contributor
Hi VincyJelsingh ,
The following expression does the charm, try it and let me know:
Math.randomUUID().substring(0,8).split('').map((x,index,arr)=> x == arr.find(y=>!isNaN(parseInt(y))) ? x.replace(x,['`','!','#','$','%','^','&','*'][index]) : x).join('').toUpperCase()
Regards,
Bojan