Skip to content

Commit e291ada

Browse files
committed
new str2uri function
1 parent 9bf749c commit e291ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static function rus2translit(string $string): string {
226226
* @param string $str
227227
* @return string
228228
*/
229-
public static function str2url(string $str) : string {
229+
public static function str2uri(string $str) : string {
230230
// Спецсимволы
231231
$str = str_replace( '(', '', $str);
232232
$str = str_replace( '(', '', $str);

0 commit comments

Comments
 (0)