class Regxlib::String
- START
-
Regxlib::String
##############
Public Class Methods
char_nospace()
click to toggle source
# File lib/regxlib.rb, line 98 def self.char_nospace /\A[a-zA-Z]+\z/i end
Regxlib::String
##############
# File lib/regxlib.rb, line 98 def self.char_nospace /\A[a-zA-Z]+\z/i end