Re: RFC for regex object builtin (was Re: Question about CWM)

Dominique ,
thank you kindly for you help.

> > > 2. How can i convert an string to an uri? 
> > > i would like to take "<http://goo.foo.com/bar/baz#>" and convert
> it
> > to
> > > the  uri <http://goo.foo.com/bar/baz#>. Any ideas?
> > 
> > AFAIK, log:uri does that (but without the < >), e.g.
> > :toto log:uri "http://example.org/foobar#"
> 
> How about a new built in for that ?
>    log:uri-absolute
> that  will emit "<http://example.org/foobar#>"
> 
>    log:uri-prefixed
> that  will emit "foo:"
> if foo: is 
> @prefix foo: <http://example.org/foobar#>
> 
> Any comments?

Well, this is not needed. CWM is smart enought to handle the reversing
and the conversion of strings to uris and the prefixing of them!!!

I am very impressed, thank you to all the people who made cwm.

mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Received on Thursday, 28 August 2003 15:36:04 UTC