in reply to I wonder...
in thread Things you think you'll never use.
If you want to match at least the same number, but it's okay to gobble up more:
/(x+)(y+)(?(?{ length $2 < length $1 })(?!))/x
Make it != if both matches must be the exact same length.
Makeshifts last the longest.
|
---|