$Group(<Album Artist>,1)
This function will return the first letter but will group any number as 0-9
$Left(<Album Artist>,1)
This function will return the fist number or letter - I think this is what you are asking for.
$FirstChar(<Album Artist>)
Don't think this is a valid function so not sure how it 'works'.