Regex dopasuj do pierwszej instancji
/[^;]*/
# matches every character before the first ;
garzj
/[^;]*/
# matches every character before the first ;