On Wed, Jan 23, 2002 at 11:00:21AM -0000, annazaraah wrote: > hi there, > > so can anyone help me with a reg expression that will find a match if it > begins with "m" and is directly followed by a number, which is then followed > by either a number or a letter or a space character..
Hmm. Something like: ^m[0-9][0-9a-z ] You may need to escape the space, though. Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 MySQL 3.23.41-max: up 20 days, processed 481,765,868 queries (266/sec. avg) --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php