letter « word « Java Regex Q&A

Home
Java Regex Q&A
1.Development
2.find
3.group
4.Match
5.matcher
6.number
7.Operation
8.parse
9.Pattern
10.replace
11.validation
12.word
Java Regex Q&A » word » letter 

1. Get the first letter of each word in a string using regex    stackoverflow.com

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)
 ...

2. I need REGEX to get the letters words only in Java    stackoverflow.com

if I have String like this ABCD - SKFJ (??/?3$( I need to get only

ABCD SKFJ
Thanks

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.