Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: url or file ?

From: nitsch-lists:netcologne at: 5-Oct-2003 0:43

is-url?: parse string[ thru "://" to end] the basic idea is: is-url?: parse string[ copy protocol thru "://" copy where-there to end] for specific protocols do without 'thru : is-http:? parse string[ "http://" to end] eventually /all is not needed, but i always mess that up. -Volker Am Samstag, 4. Oktober 2003 20:40 schrieb [SunandaDH--aol--com]: