algorithm - Brute-force string manipulation in Java -


any best algorithm or brute force method implement following things?

  1. find words in caps.
  2. count number of words in caps.
  3. count number of words.
  4. search exact words.

cheers,

venki

regular expressions fit each of these.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -