Is there any bulitin function for substring search in c#?

Recommended Answers

All 3 Replies

Yes

You could also look at regular expresions using System.Text.RegularExpressions.Regex if you're brave.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.