Further Regex
Posted: Mon Aug 16, 2004 4:25 pm
Dear All
I have a string (actually a MySQL query) of the form
Is there a simple RegEx I could use to extract 'X' from the query?
Many thanks
Mark
I have a string (actually a MySQL query) of the form
Code: Select all
SELECT * FROM Properties WHERE RegionID=X ORDER BY PriceMany thanks
Mark