Help with RegEx validation ...

View: New views
1 Messages — Rating Filter:   Alert me  

Help with RegEx validation ...

by contiw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

So far I have this regex code

/[^a-z\-\,\']|(\,.*\,)$/

which should check if a string is:
contains just alpha nocase,
one or more single spaces allowed,
apostrophe and dash allowed,
just one comma allowed

Unfortunately it doesn't work.
Any help cordially appreciated.

contiW