1
String:
string str = "1234 5678 9012 ID: 123456789"
How can I separate the string when the word "ID" is found?
Ex:
string[] formatted = {"1234 5678 9012", "ID: 123456789"}
1
String:
string str = "1234 5678 9012 ID: 123456789"
How can I separate the string when the word "ID" is found?
Ex:
string[] formatted = {"1234 5678 9012", "ID: 123456789"}
Browser other questions tagged c#
You are not signed in. Login or sign up in order to post.
Still https://answall.com/q/251720/101
– Maniero