in reply to Re^2: Style question: regex versus string builtin functionin thread Style question: regex versus string builtin function
Make that m//g (note the 'g') in a scalar context and then pos.
- tye