A string expression that generates a string replacing all occurrences of the given substring to another string. More...
#include <strexpr.h>
Public Member Functions | |
| constexpr | expr_replaced (str_src< K > w, str_src< K > p, str_src< K > r) |
| Constructor. | |
A string expression that generates a string replacing all occurrences of the given substring to another string.
| K | - string type. |
|
inlineconstexpr |
Constructor.
| w | - source string. |
| p | - the searched substring. |
| r | - replacement string. |