fork(17) download
  1. local s = "^#57df44;Cobblestone^white;"
  2. res = s:match(";([^^]*)") or s
  3. print( res )
  4. -- Cobblestone
Success #stdin #stdout 0s 15008KB
stdin
Standard input is empty
stdout
Cobblestone