{{ 'http://www.wings.msn.to/' | startsWith: 'http://' }}
{{ 'c:/user/sample.html' | startsWith: 'http://' }}
{{ 'image.png' | endsWith: '.png' }}
{{ 'image.PNG' | endsWith: '.png': true }}