| >> English << | česky | Deutsch | Español | ZVON > Tutorials > Regular Expressions Tutorial |
| Intro / Search / ZVON |
| >> Example 21 << | Prev | Next | Contents | Regular Expressions |
| Page 123; published: 1234 id=12#24@112 |
| Regular Expression: | \d |
|---|---|
| First match: | Page 123; published: 1234 id=12#24@112 |
| All matches: | Page 123; published: 1234 id=12#24@112 |
| Regular Expression: | \D |
|---|---|
| First match: | Page 123; published: 1234 id=12#24@112 |
| All matches: | Page 123; published: 1234 id=12#24@112 |
| Regular Expression: | [0-9] |
|---|---|
| First match: | Page 123; published: 1234 id=12#24@112 |
| All matches: | Page 123; published: 1234 id=12#24@112 |