Howto:List of wildcards: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  New page:  .    - stands for a digit , for that will be waitded !     - stands for any lots of digits ?     - stands for any digit without waiting (needed for enum, see also "how to use enum")   <!-... | mNo edit summary | ||
| Line 1: | Line 1: | ||
| .    - stands for a digit , for that will be waitded | |||
| !     - stands for any lots of digits | !     - stands for any lots of digits | ||
| ?     - stands for any digit without waiting (needed for enum, see also "how to use enum")   | ?     - stands for any digit without waiting (needed for enum, see also "how to use enum")   | ||
Revision as of 08:57, 6 June 2007
. - stands for a digit , for that will be waitded ! - stands for any lots of digits ? - stands for any digit without waiting (needed for enum, see also "how to use enum")