On Sat, Jul 28, 2012 at 7:57 PM, John Vines <[email protected]> wrote:

> And when dealing with java, it does full matches, so adding the .* to
> start and end is necessary.
>
>
Java has both Matcher#matches and Matcher#find. The latter would operate
more
like the egrep(1) command without requiring the wildcards on both ends.

Reply via email to