in reply to Re^4: pcre regex
in thread pcre regex

What do you think (?<=) and (?=) do? Why did you write them?

The regex you wrote matches a string like 4444B within a longer substring, so maybe you're doing something else wrong.