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

[REBOL] Re: parsing question

From: chalz:earthlink at: 19-Nov-2002 0:00

I'm sorry, I'm not very skilled in parse and all; however, it strikes me that perhaps you could simply use a replace command? replace/all <source> #"^/" "" perhaps?