replace
Signature
Section titled “Signature”function replace( string calldata input, string calldata from, string calldata to) external pure returns (string memory output);Description
Section titled “Description”Replaces occurrences of from in the given string with to.