I'm at a standstill; I have tried several things so far, but what I'm trying to extract is the first letter in the Perl line.
I have for example:
10emV
I want to use a regular expression to extract the first letter, which in this case will be e.
source
share