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

As the RE says, if the string begins with BS and is followed by a single digit, that digit will be captured - see perlre.

A user level that continues to overstate my experience :-))