unprovable substring

by Rich Costello

JavaScript

var s = '/Controller/Action_id=11112&value=4444';
s = s.substring(0, s.indexOf('_'));
document.write(s);