aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/replace_variable.h
blob: e2bf0fe30d3e2e57f843f8db2ced036c01d3de3d (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "string.h"

namespace vespalib {
vespalib::string replace_variable(const vespalib::string &input,
                                  const vespalib::string &variable,
                                  const vespalib::string &replacement);
} // namespace vespalib