How to match "any character" in Java Regular Expression?

Posted by Saobi on Stack Overflow See other posts from Stack Overflow or by Saobi
Published on 2010-05-26T12:29:35Z Indexed on 2010/05/26 12:31 UTC
Read the original article Hit count: 197

Filed under:
|

The following should be matched:

AAA123
ABCDEFGH123
XXXX123

can i do: ".*123"?

© Stack Overflow or respective owner

Related posts about java

Related posts about regex