Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #lang racket
  2. (require srfi/13)
  3.  
  4. (let ([s (regexp-replace* #px"\"(\\s+)?,(\\s+)?\"" (file->string "archivo.txt") " ")])
  5. (string-tokenize (substring s 1 (- (string-length s) 1))))
Add Comment
Please, Sign In to add comment