Find All Capital Letter in a String - Regular Expression C#

Viewed 11966

I need to find all capital letters in a string. For example

Input : Electronics and Communication Engineering

Output: ECE

3 Answers
Related