fork(9) download
  1. s="rest/dashboard/person/hari/category/savingaccount/type/withdraw"
  2.  
  3. print(s:match("person/([^/]+)/category/"))
  4. print(s:match("category/([^/]+)/type/"))
Success #stdin #stdout 0s 4520KB
stdin
Standard input is empty
stdout
hari
savingaccount