I need to replace any form of " bk### " with " ### "
bk can be lower case or upper case
### is a number 1 to 3 digits
Examples: " bk123 " would become " 123 "
NOW there is a lot of other text and numbers in this string.
But I need an easy way to convert this particular case and everything becomes easy.
Is there a Regex expression that would do this for me?
Thanks
BobVal
bk can be lower case or upper case
### is a number 1 to 3 digits
Examples: " bk123 " would become " 123 "
NOW there is a lot of other text and numbers in this string.
But I need an easy way to convert this particular case and everything becomes easy.
Is there a Regex expression that would do this for me?
Thanks
BobVal