in reply to Re: How can i extract a number from an string
in thread How can i extract a number from an string

Not if you know split:
$ perl -wE 'say +(split/([0-9]+)/,"BS123-bleble")[1]' 123