Monday, 9 September 2013

Cut the part of a string

Cut the part of a string

$string = 'N0400F390 VERSO M24 LAPIT';
How to get a new string without the text before the first space, ie in
this case the result would be $newstring = 'VERSO M24 LAPIT';

No comments:

Post a Comment