is there any nice way to split an string after \" \" or . ?
Like
$string = \"test.test\" result = test $string = \"test doe\" result = test <
$string = \"test.test\" result = test $string = \"test doe\" result = test
There's string token strtok.