Expression regex à la première instance
/[^;]*/
# matches every character before the first ;
garzj
/[^;]*/
# matches every character before the first ;