| >> English << | česky | Deutsch | Español | ZVON > Tutorials > Regular Expressions Tutorial |
| Intro / Search / ZVON |
| >> Example 13 << | Prev | Next | Contents | Regular Expressions |
| -@@@- * ** - - "*" -- * ** -@@@- |
| Regular Expression: | \*+ |
|---|---|
| First match: | -@@@- * ** - - "*" -- * ** -@@@- |
| All matches: | -@@@- * ** - - "*" -- * ** -@@@- |
| Regular Expression: | -@+- |
|---|---|
| First match: | -@@@- * ** - - "*" -- * ** -@@@- |
| All matches: | -@@@- * ** - - "*" -- * ** -@@@- |
| Regular Expression: | [^ ]+ |
|---|---|
| First match: | -@@@- * ** - - "*" -- * ** -@@@- |
| All matches: | -@@@- * ** - - "*" -- * ** -@@@- |