Match one or more digits

This may be a dumb question, but how do I match a sequence that has one or more digits, or at least, begins with a digit and can contain an arbitrary number of characters? I can use:

_X!

but that won’t work in transfer context, as it will always match immediately on first digit.

see Blind/Assisted Transfer

In other words, what I want is not possible with a single pattern. I must use two extens (_X and _X.) and duplicate the functionality. Seems like a design flaw to me.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.