mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-14 01:04:06 +02:00
@@ -815,7 +815,7 @@ class StaticStringy
|
|||||||
public static function replace($str, $search, $replacement, $encoding = null)
|
public static function replace($str, $search, $replacement, $encoding = null)
|
||||||
{
|
{
|
||||||
return (string) Stringy::create($str, $encoding)
|
return (string) Stringy::create($str, $encoding)
|
||||||
->replace($search,$replacement);
|
->replace($search, $replacement);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user