State using squishy-pants.js


    verbal(
        startWith('http'),
        maybe('s'),
        then('://'),
        maybe('www.'),
        anythingBut(' ')
    );
              

Becomes: