Regex lookbehind match at beginning of string

What is the best way of achieving a regex match at the beginning of a string being searched where the regex has a positive lookbehind?

Probably depends on your case.