Less obscure:
$s = 'insert into table1 ( v1, v2 , v3) values ( v1, v2, v3)';; ( $tname ) = $s =~ m[into\s+(\S+)\s?\(]; print $tname;; table1
In reply to Re^4: Find string match
by BrowserUk
in thread Find string match
by ddragosa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |