REGEX corresponde a primeira instância
/[^;]*/
# matches every character before the first ;
garzj
/[^;]*/
# matches every character before the first ;