You are here

private static property DatexIntlCalendar::$remove_pattern in Datex 7.3

Some format modifiers are not supported in intl. They are simply removed.

Type: array

File

src/Datex/DatexIntlCalendar.php, line 145
Implementation of DatexInterface using php-intl.

Class

DatexIntlCalendar
Implementation of DatexInterface using php-intl.

Code

private static $remove_pattern = '/[bfkpqvxCEJKQRVX]/';