in reply to Regex not matching as expected
Your revised [a-zA-Z0-9\/]+ fails because it is too broad: it matches 'N/A' and '12345', but it also matches 'N/Afoobar1234', 'xyzzy' and '///////'. stevieb's regex is more specific.
Give a man a fish: <%-{-{-{-<
|
|---|