I am using c# and i have a string like
-Xyz --Xyz ---Xyz -Xyz-Abc --Xyz-Abc i simply want to remove any leading special character until alphabet comes , Note: Special characters in the middle of string will remain same . What is the fastest way to do this?