We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf749c commit e291adaCopy full SHA for e291ada
src/Std.php
@@ -226,7 +226,7 @@ public static function rus2translit(string $string): string {
226
* @param string $str
227
* @return string
228
*/
229
- public static function str2url(string $str) : string {
+ public static function str2uri(string $str) : string {
230
// Спецсимволы
231
$str = str_replace( '(', '', $str);
232
0 commit comments