Suppose I have the following string:
$str = 2-Vsr2343xsf;
I know that the string starts with 2-
. I do not know the number of characters in a string.
I need to be able to take off 2-
off the start of the string so I am left with Vsr2343xsf
How can I achive this?