algorithm - Brute-force string manipulation in Java -
any best algorithm or brute force method implement following things?
- find words in caps.
- count number of words in caps.
- count number of words.
- search exact words.
cheers,
venki
regular expressions fit each of these.
Comments
Post a Comment