-3

For example, there's an extremely long chain of characters in a txt file and you wish to iterate through it to find a word or integer combination, analogous to a word search.

Elm
  • 11
  • 5

1 Answers1

0

I won't post an example because you didn't even try. However you should research regular expressions.

Java regular expression match

http://www.tutorialspoint.com/java/java_regular_expressions.htm

Community
  • 1
  • 1
CJMobileApps
  • 177
  • 1
  • 12