module Cucumber::StepDefinitionMethods

def text_length

def text_length
  regexp.inspect.jlength
end