Replace
How to replace input.
Returns a new string with some or all matches of a
pattern
replaced by a replacement
. Uses default replace.A
String
that has to be replaced by replacement
. (Default _) Can also be a regex
.The
String
that replaces the substring specified by the specified pattern
parameter. (Default " "). You can use $key
as placeholder for the property name.Before | After |
Value for Telephone | Telephone |
Tele_phone | Telephone |
Fax | Oldschool |
Last modified 3yr ago