Hi, I came accross a little bug in the grep(Object[]) method located within the org.apache.regexp.RE class. Instead of an array of objects being returned (as according to the javadoc), an array of strings is returned. A brief look at the code confirmed this. Take care. Terence Jacyno
- Re: grep(Object[]) in org.apache.regexp.RE Terence Jacyno
- Re: grep(Object[]) in org.apache.regexp.RE Jon Stevens