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

Description


Several examples of "+" quantifier

Source


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

Case 1


Regular Expression: \*+
First match:-@@@- * ** - - "*" -- * ** -@@@-
All matches:-@@@- * ** - - "*" -- * ** -@@@-

Case 2


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

Case 3


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