Ubuntu 8.04 was released yesterday, and Wired has a small writeup. You can download here, or go right to the torrent files.

Archive for
...
Ubuntu 8.04 was released yesterday, and Wired has a small writeup. You can download here, or go right to the torrent files.

The Java API documentation for regular expressions says that:
Back references
\n Whatever the nth capturing group matched
This seems to be difficult to get working though. Here’s an example of a work-around:
str.replaceAll(”user(.*)”, “$1″)
Example:
“username” => name
Bad Behavior has blocked 114 access attempts in the last 7 days.