http://qs1969.pair.com?node_id=1181551


in reply to Basic Regular expression

The answer you get is what is expected. What do you think the regex reads like?

Start then capture 1 or more character upto "e" or "r" captured then capture anything left to end.

Remember the match is greedy so matches the "r" in the option rather than the "e".