C#C
C#3y ago
TheOne1984

✅ Trying to count numbers on a string

I want to count how many times any number appears in the string, in a way such that: "2" then numbers ++ and "351" then numbers++ every time any number appears, instead of counting the digits.
Was this page helpful?