Each member function finds the first (lowest beginning position) subsequence in the controlled sequence, beginning on or after position pos, that matches the operand sequence specified by the remaining operands. If it succeeds, it returns the position where the matching subsequence begins. Otherwise, the function returns npos.
Originally posted by: tkdkid
What's the L in L'\'' for?
I don't really think that loop can be inifinite for any value of strValue, but stick a breakpoint in there and watch what happens.