Hello all,

I am wondering if anyone can help me with a regular expression.

I need a regex to count and return the amount of nonealphabetical characters in a string (not including a space chr(32).

i.e hello world!! will return 2 because of the two exclamation marks at the end

Any replies greatly appreciated.

Thanks



Newbie