hi,
I am using regular expression in java.
I want know how can specify whole file, for a pattern
Can I specify "file.txt" in matcher ?
Mark Sudau - 29 Dec 2005 16:27 GMT
What do you need this for? To filter files in a filechooser component? To
validate user input data?
To answer tese questions would help to give you a usefull solution.
Am 29.12.2005, 17:13 Uhr, schrieb friend.05 <hirenshah.05@gmail.com>:
> hi,
>
[quoted text clipped - 3 lines]
>
> Can I specify "file.txt" in matcher ?
Roedy Green - 29 Dec 2005 18:00 GMT
>I want know how can specify whole file, for a pattern
>
>Can I specify "file.txt" in matcher ?
Just read the file into RAM and use that. Normally a pattern would
live in a properties file not take up a whole file.
See http://mindprod.com/applets/fileio.html for how to read a giant
great string.
see http://mindprod.com/jgloss/properties.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.