Replace
Less than 1 minute
Replace
Replace a string with another string.
Methods
run
public run(string $string, string $search, string $replace): string
Parameters
Parameter | Type | Description |
---|---|---|
$string | string | The input string |
$search | string | The value to search for |
$replace | string | The value to replace with |
Generated by Hazaar API Doc Generator