javascript has REGEX support so try something like this: First you'll want to strip the newline/carrage returns and comments, then run this on the line...
/^([^a-zA-z0-9]*[a-zA-Z][^a-zA-z0-9]*[0-9]*)+$/ this should work in any method(even illegal syntax)... extracting the data you'll have to use parens' to capture the data then retrieve it with other code. good luck! ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

