aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/replace_variable.h
blob: 9828851ddf180f83b8d0426bdaf69dfb06f50fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. 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