Page 1 of 1

Producing core words with RegExps

Posted: Mon Aug 16, 2004 2:51 pm
by visionmaster
Hello,

To produce a core word (street name read out of a database) I have a source file, each line holds a string. These strings represent string-parts that can be eliminated from the street name.

Now, I want to produce a core word out of the street name read out of the database using the source file (reference file). Besides that I want to get rid of street numbers, that are for later reasons not of interest at all.

=> How do I do that with RegExps?

Thanks,
visionmaster