[azertyuiop] define the list of letters on the first row of a French keyboard,
[a-z] specify all the characters between "a" and "z",
[^a-z] for all the characters that are not between "a" and "z," but also
[-^\\] define the characters "-," "^," and "\," or
[-+] specify a decimal sign.