How can I use regex to get 1 or 2 characters after a specific character -
?
For example:
33225566-69 => 69
33225544-5 => 5
But I don't want more than 3 characters:
33226655-678 => Do not select
Lookbehind is not supported in some browsers. I want the regex command without lookbehind.