I\'m trying to use a regular expression to find all substrings that start with an equals sign (=) and ends with a semicolon (;) with any number of char
=
;
An excellent source for learning about regexp in Java: sun's book about regexp