Hi All,
I need help
$string= "tototo.titi"
i need to remove .titi
i can get hellohellohellolqwertyazerty.titi
so i need to remove all after .*
but if i do this
$string.replace('.*','')
it doesn't work
Any help
Regards,
Hi All,
I need help
$string= "tototo.titi"
i need to remove .titi
i can get hellohellohellolqwertyazerty.titi
so i need to remove all after .*
but if i do this
$string.replace('.*','')
it doesn't work
Any help
Regards,