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

[REBOL] A little parse help

From: syke:amigaextreme at: 20-Aug-2001 9:31

Hi, I'm kinda tired today ;-) If I for example have this text: Quick brown fox jumps !image-brown.gif over the fence and I want to parse out the image file, I'll just do parse text [ any [ thru "!" copy wanted-text to " " ]] But what do I do if the line ends after the .gif? Basically, I want parse to copy the wanted-text until it either finds a " " or a newline. /Regards Stefan Falk www.amigaextreme.com