[fpc-pascal] Regular Expression Help

2005-01-31 Thread Marc Perkel
I'm new to free pascal and there's no docs on the regular expressions stuff. So - can someone write 2 functions for me to ge me started? function RegexMatch (St : Ansistring; regex : Ansistring) : boolean; function RegexSubstitute (St : AnsiString; regex : AnsiString, newRegex : AnsiString) : St

[fpc-pascal] RICE Encoding in Pascal

2005-01-31 Thread Christophe Fantoni
Hello, I search the RICE encoding (for lossless compression... this encoding is used in Monkey Audio, FLAC and many others formats), ported always in Pascal, or maybe a documentation who explain how the RICE compression works... In fact, I don't like C/C++ and I have difficult to read and to under

Re: [fpc-pascal] Questions

2005-01-31 Thread Thomas Schatzl
Hello, Pianoman schrieb: I Have two questions: Is there any windows/DOS port of the numerix library? Since Google reveals lots of libraries called "numerix", it may be helpful for others to be more specific. (I personally don't know any Numerix library, even less ones ported for FPC) 2. How to de