Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

regular expression

Status
Not open for further replies.

maersa

Programmer
Sep 10, 2003
3
CN
Hi All,

How should the regex be written to pickup single digit characters ?

string : AA1-B1-CCC-D
expected result : "B" "D"

Thanks in advance

maersa
 
See thread329-616385, thread329-628813, and thread333-643879 should help you out.

Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere
[ignore][/code][/ignore].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top