# File lib/xml/xpath.rb, line 895
def
size
@value
.
gsub
(
/[^\Wa-zA-Z_\d]/
,
' '
).
size
end