|
Net-Framework/c_hash_/Code-Examples/Strings
C #: Examine String for multiple substrings
|
29.12.2016 1342
|
C #: Examine String after multiple substrings
Task:
It is necessary to check whether a text corresponds to a certain pattern of several patterns
Example:
Matches the pattern JPEG under several patterns like mp4, jpeg, jpg, mov
Solution:
Yo
|