Click to See Complete Forum and Search --> : Regular Expressions Problem. Please Help!!!


UI-ZEIKVK
09-29-2008, 02:18 AM
i need to get the table name from create table SQL syntax,

Ex: CREATE TABLE "TEST" {......}

the problem is i need to get the word TEST from the above String without the quotations.

How can i do that

PLEASE HELP!!!!