%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/builtins/str/replace.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_STR_REPLACE_HPP
#define PYTHONIC_INCLUDE_BUILTIN_STR_REPLACE_HPP
#include "pythonic/include/types/str.hpp"
#include "pythonic/include/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace builtins
{
namespace str
{
types::str replace(types::str const &self, types::str const &old_pattern,
types::str const &new_pattern,
long count = std::numeric_limits<long>::max());
DEFINE_FUNCTOR(pythonic::builtins::str, replace);
}
}
PYTHONIC_NS_END
#endif