Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$zero_padded=[url=http://php.net/sprintf/]sprintf[/url]('%05s',$original);
$zero_padded=[url=http://php.net/str_pad/]str_pad[/url]($original,5,'0',STR_PAD_LEFT);
if ([url=http://php.net/preg-match/]preg_match[/url]('/^[[:alpha:]]{2}[[:digit:]]{2}[[:alpha:]]{3}$/',$string)) echo 'OK';