SyntaxFix
Write A Post
Hire A Developer
Questions
string input = "America.USA" string output = input.Substring(input.IndexOf('.') + 1);