# File lib/jcode.rb, line 200
def
jlength
self
.
gsub
(
/[^\Wa-zA-Z_\d]/
,
' '
).
length
end