M
Maersa
Hi All,
I'm new to RegEx and was wondering if somebody could show me how to extract
all of the numeric values from within a string....
string s = "3F 2F 1F"
I want to get the values "3" "2" and "1",
thanks in advance.
I'm new to RegEx and was wondering if somebody could show me how to extract
all of the numeric values from within a string....
string s = "3F 2F 1F"
I want to get the values "3" "2" and "1",
thanks in advance.