Hi,
I need to extract some characters within a string
the string is straight after the "PFH." and is 1 char to 3 char long
here are some examples :

from these examples, I need to capture the "1", the "11" and the "151" strings.
Is there a way to use the left function and to have a variable length of the string?
thank you
Paola