Class: Regxlib::String

Inherits:
Object
  • Object
show all
Defined in:
lib/regxlib.rb

Overview

START

Regxlib::String ##############

Class Method Summary collapse

Class Method Details

.char_nospaceObject

Regxlib::String.char_nospace



98
99
100
# File 'lib/regxlib.rb', line 98

def self.char_nospace
  /\A[a-zA-Z]+\z/i
end