/* * Copyright (c) 2013 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include #include namespace Swift { namespace Regex { SWIFTEN_API std::string escape(const std::string& source); } }