I want to replace string containing b-
with bst-
. The edge cases are
b-
should not be preceded by any letter.
input = "b-picker-wrap b-active bob-state-default .b-picker /b-pic";
output = "bst-picker-wrap bst-active bob-state-default .bst-picker /bst-pic";