, услуги, matches the characters , услуги, literally (case sensitive)
Match a single character not present in the list below [^;]+
+ Quantifier — Matches between one and unlimited times, as many times as possible, giving back as needed (greedy)
; matches the character ; literally (case sensitive)
; matches the character ; literally (case sensitive)
g modifier: global. All matches (don't return after first match)