# File DelimScanner.rb, line 454 def extractQuotelike( *args ) rval = scanQuotelike( *args ) or return nil return rval[:match] end