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