I have this input:
;Client = tefexx;Test = tgrfdrff;Piemel = thgfress
And this regex:
(;Client = )
The word in the regex would change depending on the needs. But in this case I would want to only return tefexx. I don't understand how to match just that word.