Requests_IDNAEncoder::nameprep( string $string )
Prepare a string for use as an IDNA name
Parameters
- $string
-  (string) (Required) 
Return
(string) Prepared string
Source
File: wp-includes/Requests/IDNAEncoder.php
protected static function nameprep($string) {
		return $string;
	}  
    © 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/requests_idnaencoder/nameprep