NAME

normalizer - transform strings into a normal form

SYNOPSIS

mktable method [options]

Options:
  --value      value
  --type       business,phone,city,address
  --help       list usage for methods and parameters
  --man        print man page
  --version    show module path and version

OPTIONS

--value

The value to transform.

--value="The The"
--type

The type of value: business, address, city, state, zip or phone. Defaults to business.

--help

Shows synopsis and exits.

--man

Prints the manual page and exits.

--version

Prints the versions of the core modules used.

EXAMPLES

mktable portrait --param file=data.xls > out.html

normalizer --value="Jones's & Sons Bakeries" --type=business

# business is the default type
normalizer --value="Jones's & Sons Bakeries"

normalizer --value="123 Main Street" --type=address

SEE ALSO

String::Normal

The engine behind this script.