|
sorting database with delimiters.
hey guys, im writing a simple address book, and i want to store all entries to a single text file, in a /etc/passwd type fashion. each field seperated by a : , and each entry seperated by a ; how would i go about recognizing the delimiter?
ty!
|