| >> English << | česky | Deutsch | Español | ZVON > Tutorials > Regular Expressions Tutorial |
| Intro / Search / ZVON |
| >> Example 19 << | Prev | Next | Contents | Regular Expressions |
| AS _34:AS11.23 @#$ %12^* |
| Regular Expression: | \W |
|---|---|
| First match: | AS _34:AS11.23 @#$ %12^* |
| All matches: | AS _34:AS11.23 @#$ %12^* |
| Regular Expression: | \w |
|---|---|
| First match: | AS _34:AS11.23 @#$ %12^* |
| All matches: | AS _34:AS11.23 @#$ %12^* |
| Regular Expression: | [^A-z0-9_] |
|---|---|
| First match: | AS _34:AS11.23 @#$ %12^* |
| All matches: | AS _34:AS11.23 @#$ %12^* |