>> English << | česky | Deutsch | Español ZVON > Tutorials > Regular Expressions Tutorial
>> Example 12 << | Prev | Next | Contents | Regular Expressions

Description


Several examples of "*" quantifier

Source


-@- *** -- "*" -- *** -@-

Case 1


Regular Expression: .*
First match:-@- *** -- "*" -- *** -@-
All matches:-@- *** -- "*" -- *** -@-

Case 2


Regular Expression: -A*-
First match:-@- *** -- "*" -- *** -@-
All matches:-@- *** -- "*" -- *** -@-

Case 3


Regular Expression: [-@]*
First match:-@- *** -- "*" -- *** -@-
All matches:-@- *** -- "*" -- *** -@-