0
How do I check if a string contains a list of letters for example a b c d e ?
I want to do a console.write line valid if a string contains a b c d e if not then it is invalid however what would I use to check that ?
1 Antwort
+ 4
IndexOfAny()
I want to do a console.write line valid if a string contains a b c d e if not then it is invalid however what would I use to check that ?