push regex pattern for UUID to that class
This commit is contained in:
parent
f8c3458216
commit
ab98458399
@ -47,6 +47,7 @@ if (!defined('STATUSNET')) {
|
|||||||
|
|
||||||
class UUID
|
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;
|
protected $str = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user