fork download
  1. local a = [[12345<style type="text/css"><]]
  2. print(a:match("%d+"))
  3. print(a:match("[^<]+"))
Success #stdin #stdout 0s 14112KB
stdin
Standard input is empty
stdout
12345
12345