Overview

STARTSWITH command will test if a string in input 1 starts with the characters input from the input 2. It will output true if the input 2 matches with the start of input 1 otherwise it will output false.