X
Xeno Campanoli
I wanna do something like newstr = str.strip(/\D/)
I know I could do newstr = str.sub(/^\D*/,'').sub(/\D*$/,''), but is there any
better way?
xc
I know I could do newstr = str.sub(/^\D*/,'').sub(/\D*$/,''), but is there any
better way?
xc