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