218
# File 'lib/sequence.rb', line 218 def skipback_until(pat) match= scanback_until(pat) and match.length end