Jordan Savant # Software Engineer

#!/bin/bash

string='four'
echo ${#string} # Outputs: 4