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

[REBOL] parse default behavior

From: robert::muench::robertmuench::de at: 21-Sep-2001 15:59

Hi, I'm just trying to use parse to handle a filename thing. The filename contains some spaces like: file: %this is my file.txt parse file "." results in ["this" "is" "my" "file" "txt"] I expected: ["this is my file" "txt] Any idea? Robert