Civil Date PHP Package

EnglishTextNormalizer
in package
implements TextNormalizer

Normalizes English localized text.

Table of Contents

Interfaces

TextNormalizer
Normalizes localized text for comparison and parsing.

Methods

normalize()  : string
Normalizes English text for locale lookups.

Methods

normalize()

Normalizes English text for locale lookups.

public normalize(string $text) : string
Parameters
$text : string

Text to normalize.

Return values
string

Lowercase text without surrounding whitespace.

On this page

Search results