Regex Match a primera instancia
/[^;]*/
# matches every character before the first ;
garzj
/[^;]*/
# matches every character before the first ;