push regex pattern for UUID to that class

This commit is contained in:
Evan Prodromou 2011-06-20 01:11:08 -04:00
parent f8c3458216
commit ab98458399
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ if (!defined('STATUSNET')) {
class UUID
{
const REGEX = '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}';
protected $str = null;
/**