PHP » GoLang |
login |
register |
about
|
GoLang Normalizer::isNormalized
request it (346)
GoLang replacement for PHP's Normalizer::isNormalized
[edit | history]
Normalizer::isNormalizednormalizer_is_normalized(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Normalizer::isNormalized -- normalizer_is_normalized — Checks if the provided string is already in the specified normalization form DescriptionObject oriented style
public
static
bool
Normalizer::isNormalized
( string
$input
[, int $form = Normalizer::FORM_C
] )Procedural style
bool
normalizer_is_normalized
( string
$input
[, int $form = Normalizer::FORM_C
] )Checks if the provided string is already in the specified normalization form. Parameters
Return Values
ExamplesExample #1 normalizer_is_normalized() example
<?php Example #2 OO example
<?php The above example will output: not normalized; normalized |
more
Recently updated
more
Most requested
more
Last requests
|