class RegExpert::DigitStep
Public Instance Methods
regexp_string()
click to toggle source
# File lib/reg_expert.rb, line 114 def regexp_string "\\d" end
# File lib/reg_expert.rb, line 114 def regexp_string "\\d" end