class Runicode
Constants
- STRIP_EXPRESSION
Public Class Methods
strip(str)
click to toggle source
/(A[p{C}p{Z}p{Blank}]+)|([p{C}p{Z}p{Blank}]+z)/
# File lib/runicode.rb, line 9 def self.strip(str) str.gsub STRIP_EXPRESSION, '' end