class String
def no_term
-
(String)
- The string with the last punctuation mark removed.
def no_term sub(/[.!?;,-]*$/, '') end
(String)
- The string with the last punctuation mark removed.
def no_term sub(/[.!?;,-]*$/, '') end