|
wex
v21.04.0
|
Holds substitute data for addressrange. More...
#include <wex/substitute-data.h>
Public Member Functions | |
| substitute (const std::string &pattern=std::string(), const std::string &replacement=std::string(), const std::string &options=std::string()) | |
| Default constructor. | |
| bool | is_confirmed () const |
| Returns whether options indicate confirmed. | |
| bool | is_global () const |
| Returns whether options indicate global. | |
| bool | is_ignore_case () const |
| Returns whether options indicate ingore case. | |
| auto & | pattern () const |
| Returns pattern. | |
| auto & | replacement () const |
| Returns replacement. | |
| bool | set (const std::string &text) |
| Sets data from text. | |
Holds substitute data for addressrange.