Guest User

Untitled

a guest
May 25th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. siteContents = "Anavrins [BG:BLACK]test site! [C:RED][CENTER]NOTHING IS REAL[/CENTER][CENTER][C:LIME]i'm editing this site in notepad++[/CENTER][CENTER]i made a markup language. :)[/CENTER] [BR][C:WHITE]make it rain krist wooo [BR][BR]by the way nice hat[BR][CENTER]centered text [C:RED]with color[C:WHITE] took [HL:RED]forever[HL:BLACK] to make[/CENTER][CENTER]also, the refresh button barely works[/CENTER] i'm just writing random stuff now.[BR]comp id: [ID][BR]PHP random number: 759704590[BR][C:THEMEFG]fuck shit gets its color from the theme[CR]this text[END]"
  2.  
  3. counter=0
  4. for pword,tag,arg,aword,space in siteContents:gmatch("(%w*)%[?(%/?%w*):?(%w*)%]?(%w*)(%s*)") do -- preword, tag, argument, afterword, space
  5. counter=counter+1
  6. print(counter)
  7. sleep()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment