Oct 1, 2003 #1 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
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
Oct 1, 2003 #2 mboysen Programmer Sep 26, 2003 1 US Here's a link to an article that should provider your answer. I keep a copy of it handy for quick reference. http://techrepublic.com.com/5100-6329-5055138.html Upvote 0 Downvote
Here's a link to an article that should provider your answer. I keep a copy of it handy for quick reference. http://techrepublic.com.com/5100-6329-5055138.html
Oct 1, 2003 #3 clarkin Programmer Dec 4, 2002 707 IE 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]. Upvote 0 Downvote
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].