regex - match something n times {n}, match something at least n times {n,}, match something between n and m times {n,m}, eg find all words in dict 6 chars or longer - egrep '^.{6,}$' dict . bet it doesn't work in solaris though... pooey solaris.
« mozilla email client | Main | regex back references »
regex - match something n times {n}, match something at least n times {n,}, match something between n and m times {n,m}, eg find all words in dict 6 chars or longer - egrep '^.{6,}$' dict . bet it doesn't work in solaris though... pooey solaris.
This page contains a single entry from the blog
The previous post in this blog was mozilla email client.
The next post in this blog is regex back references.
Many more can be found on the main index page or by looking through the archives.