I'm trying to get the first letter of each word in a string using regex, here is what I have tried:
public class Test { public static void main(String[] args) ...
if I have String like this ABCD - SKFJ (??/?3$( I need to get only
ABCD - SKFJ (??/?3$(
ABCD SKFJ