Thank you most kidnly Daarius for your help, I'm sure this is correct but they didnt work for me.
I'm using php4 / apache / win 98 - for anyone who is after similar information the following works for me (but i might wanna try Daarius from the previous message first)
ereg("[[:alpha:]]+$", $value);
ereg("[[:digit:]]+$", $value);
ereg("[[:alnum:]]+$", $value);
Once again, thank you 🙂