Signs for Regular Expresions

^        Start of line
$        End of line
n?        Zero or only one single occurrence of character ‘n’
n*        Zero or more occurrences of character ‘n’
n+        At least one or more occurrences of character ‘n’
n{2}        Exactly two […]

Metacharacters in Regular Expresions

ereg_replace
To delete all signs / symbols from a string, you can use the function with special values:
ereg_replace(”[[:punct:]]”,”,$string);
The following is a set of special values that denote certain common ranges. They have the advantage that also take in account the ‘locale’ i.e. any variant of the local language/coding system.
[:digit:] Only the […]

  

Calendar

October 2006
M T W T F S S
« Sep   Feb »
 1
2345678
9101112131415
16171819202122
23242526272829
3031