What's the difference between String.matches and Matcher.matches?

Posted by Wing C. Chen on Stack Overflow See other posts from Stack Overflow or by Wing C. Chen
Published on 2010-03-18T11:02:46Z Indexed on 2010/03/18 11:11 UTC
Read the original article Hit count: 172

Filed under:

What's the difference between String.matches and Matcher.matches? Is there any difference in terms of performance or other things?

© Stack Overflow or respective owner

Related posts about java