1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
6 #include <re2/filtered_re2.h>
14 f
.Add("a.*b.*c", RE2::DefaultOptions
, &id
);
18 if(RE2::FullMatch("axbyc", "a.*b.*c")) {