=====================, (*1)
CM.Flow.Utilities
Utility Package for Flow development., (*2)
Services
EmailService - Based on Neos Swift Mailer to send template/translation based emails, (*3)
DateTimeService - Parse strings to DateTime or create strings from DateTime based on locale, (*4)
Validators
ColorStringValidator - Validates color strings (#000000, rgb(0,0,0), rgba(0,0,0,0)), (*5)
DateStringValidator - Validates dates (accepts multiple formats (01/01/1960, 01.01.1960, ...)), (*6)
TimeStringValidator - Validates times (accepts multiple formats (01:00 PM, 13:00, ...)), (*7)
EmailAddressValidator - extends flows EmailAddressValidator, can check in database for account identifier, (*8)
PasswordValidator - Validates passwords (pass password as array(0 => 'password', 1 => 'password confirmation')), (*9)
ViewHelpers
RenderExternalViewHelper - render partials from another package, (*10)
PrintDateViewHelper - prints given date using DateTimeService, (*11)
ContextViewHelper - returns current Flow Context, (*12)
RegexViewHelper - match/replace strings using regex pattern, (*13)
StripTagsViewHelper - equivalent to phps's in_array(), but accepts allowed as array('br','p','a'), (*14)
InArrayViewHelper - equivalent to phps's in_array(), (*15)
ArrayKeysViewHelper - equivalent to phps's array_keys(), (*16)
IsArrayViewHelper - equivalent to phps's is_array(), (*17)
JsonDecodeViewHelper - equivalent to phps's json_decode(), (*18)