Class: Regxlib::String
- Inherits:
-
Object
- Object
- Regxlib::String
- Defined in:
- lib/regxlib.rb
Overview
- START
-
Regxlib::String ##############
Class Method Summary collapse
-
.char_nospace ⇒ Object
Regxlib::String.char_nospace.
Class Method Details
.char_nospace ⇒ Object
Regxlib::String.char_nospace
98 99 100 |
# File 'lib/regxlib.rb', line 98 def self.char_nospace /\A[a-zA-Z]+\z/i end |