# File lib/kwartz/binding/jstl.rb, line 38
    def parse_expr_str!(expr_str)
      begin
        return parse_expr_str(expr_str, 0)
      rescue
        return expr_str
      end
    end