hello,
I have a username "administrator.test". I want a funtion that filters everything after "administrator".
this means -> "administrator.test" gets "administrator".
witch fonction may I use? I wanted to use chop() but with chop() you can't define the filter everything out from the "." on.
may someone help me?