Has anybody compared the Regular Expression speed of Java against the typical UNIX utilities like sed/awk/grep. Also is there anyway to do a precompiled version of str.matches() ( As in Pattern.compile( regex ) ) Thanks --sony