Patrick D. Logan wrote:
I am brand new to Oz, and I want to do some very basic string searches.
> The external regex library is overkill. Is there a library I may have
> not found yet for this, along the lines of Scheme's SRFI 13?
http://srfi.schemers.org/srfi-13/srfi-13.html
I don't need anything so elaborate and can define my own small number
> of functions very quickly. I'm just wondering if I have overlooked
> something.
An Oz string is nothing more than a list of characters, so string
searches are just list searches. Many string manipulations are just
obvious combination of modules List and Char. In you need help for some
specific problem, feel free to ask on this newsgroup.
Cheers,
raph
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users