I need a regular expression to match a stock symbol
^([A-Z]{1,5})$ does not work and I also need to allow ".OB" at the end
Loading
I need a regular expression to match a stock symbol
^([A-Z]{1,5})$ does not work and I also need to allow ".OB" at the end
Replies
Know the answer? Post it — somebody with the same question will find it here.