Is there any ready-made regular expression library in C ++? Or is there just something normal in C #?

    1 answer 1

    There is. And not one.

    • for starters a classic - boost .
    • in c ++ in tr1 there is cpp_regex , and in the latest compilers in general in std :: regex
    • in a good poco library
    • Well, no one forbids using pcre .
    • OO, not bad) ATP, +1 - nullptr