Quantifier Syntaxes : String Replace : String PHP Source Code


PHP Source Code » String » String Replace »

 

Quantifier Syntaxes





Quantifier   Min        Max               Range

{m}          m          m                 Exactly m times

{m, x}       m          x                 At least m times, no more than x

{m,}         m          Infinite          At least m times or more

*            0          Infinite          Zero or more times

?            0          1                 Zero or one times

+            1          Infinite          One or more times

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Replace