Fix a bug with IOS switches with > 9 modules. Silly me, I had forgotten
that the \w character class includes digits, and that regexps are (by default) greedy from left to right...
Please register or sign in to comment
that the \w character class includes digits, and that regexps are (by default) greedy from left to right...