I try using:
/ALT-([\w]+)/
/ALT-([\p]+)/
/ALT-([\pL]+)/
/ALT-([\p{L}]+)/i
/ALT-([\p{L}]+)/iu
I can't associate any char with utf-8 chars like alt "Târner" with public note "ALT-Tärnêr" to main "Tärnêr".
What can do to get correct results with regex ?
(Sure its a PleegWat post
