v1
11/18/2020 by hkotsubo -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let s = 'a,b,c,123,def,ghi,jkl,mno,pqr,stu,vxw,yz';
let greedy = /,.*,\d/;
let lazy = /,.*?,\d/;
delete caserun single casemove downdrag and drop case


ready



greedy.test(s);
delete caserun single casemove updrag and drop case


ready



lazy.test(s);
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN