If you want to select all the employes whose last name begins with a C you would use this regex '^C'. The ^ signifys the beginning of the string and you dont need a * after the C because a * means _zero_ or more matches, and that is the problem you were having chris yambo thoughtbubble productions http://www.thoughtbubble.com
- [GENERAL] Regex problems Charles Curley
- chris yambo