Say I have a compound Fe3O4, and I want to separate the name of elements and number. The code I write for separate number is
atomicMassAlloys[Alloy_String] := StringCases[Alloy, DigitCharacter] But I do not know how to separate the name of element

