Regular expression problem

Posted by sYl3r on Stack Overflow See other posts from Stack Overflow or by sYl3r
Published on 2010-05-31T08:33:05Z Indexed on 2010/05/31 8:42 UTC
Read the original article Hit count: 112

Filed under:

Hi, How can I search a whole string for a specific match. It'll contain both characters with int or decimal numbers eg A12B32.25C-456D-75.E75 I'll know that this will start with A and ends with E I think I can use "^" and "$" right? but i'm bit lost in other parts to check for character and int or decimal. I'll be glad if you can give the regex and explain it a bit :).

PS. D-75. is not mistyped...

Thanks in advance.

© Stack Overflow or respective owner

Related posts about regex