class Regxlib::String

START

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

Public Class Methods

char_nospace() click to toggle source

Regxlib::String.char_nospace

# File lib/regxlib.rb, line 98
def self.char_nospace
  /\A[a-zA-Z]+\z/i
end