Displaying 1 result from an estimated 1 matches for "mineuse".
Did you mean:
inuse
2007 Jul 30
8
regular expressions : extracting numbers
...cter strings, in which I have letters, numbers, and symbols. What I wish to do is obtain a vector of the same length with just the numbers.
A quick example -
extract of the original vector :
"lema, rb 2%" "rb 2%" "rb 3%" "rb 4%" "rb 3%" "rb 2%,mineuse" "rb" "rb" "rb 12" "rb" "rj 30%" "rb" "rb" "rb 25%" "rb" "rb" "rb" "rj, rb"
and the type of thing I wish to end up with :
"2" "2" "3" "4&q...