Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. This
  2. Is
  3. A
  4. String
  5.  
  6. ThisrIsrnAnString
  7.  
  8. :help 'list'
  9. :help 'listchars'
  10.  
  11. php -q
  12.  
  13. <?php $t=file_get_contents("filename"); echo str_replace(array("n", "r"), array("\n", "\r"), $t); ?>
  14.  
  15. ReadList["filename.txt", Record, RecordSeparators -> {}] // InputForm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement