Strings Php

{ specifies the beginning of a range. 
} specifies the end of a range. 
{n} specifies the preceding expression is found exactly n times. 
{n,} specifies the preceding expression is found at least n times. 
{n,m} specifies the preceding expression is found at least n but no more than m times.