Rahul Pandit.
Published in : 2022-03-05
Given a String S, I want to find a string containing one lowercase letter and one uppercase letter for the alphabet.
If S = "aAbBcdEec", I want to get "aAbB" and "Ee".
And if S = "abcABCadD", I want to get "abcABC" and "dD".
I've been thinking of StringBuilder or Pattern as a way to solve this, but to no avail.
I don't even need code to solve this, can you guys give me a hint?
Shilpa Date : 2022-03-05
Best answers
10
Best answers
10
You are looking answer for java, not javascript.
Also, share your code or show your efforts!
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now