Language Rebol
(network read)
Date: | 06/22/10 |
Author: | Nicolas |
URL: | n/a |
Comments: | 0 |
Info: | http://re-bol.com |
Score: | (3.00 in 5 votes) |
REBOL [] html: read http://99-bottles-of-beer.net/lyrics.html parse html [ ;parse is a dialect of rebol thru "<h2>Lyrics of the song 99 Bottles of Beer</h2>" copy it to "</div> <!-- main -->" ] replace/all it"<p>" "" replace/all it"</p>" "^/" replace/all it"<br/>" "^/" replace/all it"<br>" "^/" it: trim it ;trim removes head and tail whitespace insert find/case it "No more" "^/" ;remove abberations remove find it " Go to the store" print it halt
Download Source | Write Comment
Alternative Versions
Version | Author | Date | Comments | Rate |
---|---|---|---|---|
1 | Anonymous | 04/20/05 | 1 | |
Generalized song dialect | Gregg Irwin | 07/06/05 | 1 | |
series functions | Nicolas | 06/22/10 | 1 |
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments