/escaper

Convert raw strings to escaped C/C++ string literals

Primary LanguageHTMLMIT LicenseMIT

escaper

Simple web page to convert raw strings to escaped strings for use in C/C++ code by adding backslash where appropriate. Particularly useful when working with regular expressions on compilers that don't support C++11 raw string literals.

Try it out here.