Normalizer::isNormalized
normalizer_is_normalized
Checks if the provided string is already in the specified normalization
form
&reftitle.description;
&style.oop;
public static boolNormalizer::isNormalized
stringstring
intformNormalizer::FORM_C
&style.procedural;
boolnormalizer_is_normalized
stringstring
intformNormalizer::FORM_C
Checks if the provided string is already in the specified normalization
form.
&reftitle.parameters;
string
The input string to normalize
form
One of the normalization forms.
&reftitle.returnvalues;
&true; if normalized, &false; otherwise or if there an error
&reftitle.examples;
normalizer_is_normalized example
]]>
OO example
]]>
&example.outputs;
&reftitle.seealso;
normalizer_normalize