4
Answers

How to get string except the parameter?

for the example :
I have string 'D 1234 P1'
then my parameter is 'D 1234'
the string that i want to get is 'P1'
how to do?

Answers (4)