*/ // percentage format takes %02d, %4x or similar (software appends a literal %) $meta['percent_format'] = array('string', 'pattern' => '/\%[0-9]*[uoxX]/' ); // fraction divisor takes one character $meta['fraction_divisor'] = array('string', 'pattern' => '/./' );