Jordan Savant // Software Architect

#!/bin/bash

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