I need to pull out of a this string of characters after $
($Q1==1)and($Q4o=="55")and($Q1o1=="")
I mean these $Q1, $Q4o, $Q1o1
As I understand, the regular expression should start searching from $ and end on any character except A-Za-z0-9_. Can you help me write the regex?