المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : string



C# Programming
06-25-2009, 05:30 PM
Hi,
There is a string such as:
string s = "12445-65432 abc, 98767-45364 th, 56749-23198"

How can I remove the letters so that I end up with:
s = "12445-65432, 98767-45364, 56749-23198"

Thanks