• C format specifier questions
    2 replies, posted
If I had a string "qwertyuiop" and I used the format specifier %[e-u], would it return "ertyu" and if not, what would I put to return this? What is the format specifier to find the nth occurrence of a double quotation? Google's not being very helpful with my questions at the moment.
That's not what format specifiers do... I think you want to find a library that provides regular expression matching.
:doh: Completely forgot about the cstring library. Thanks.
Sorry, you need to Log In to post a reply to this thread.