Re: [GENERAL] Regex problems
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 productio
[GENERAL] Regex problems
I'm running 6.3.2 on RedHat 5.0. I have the following table: Table = employees +-+--+---+ | Field | Type | Length| +-+--+---+ | id