$string =~ /[abc]/; # character class $string =~ /a|b|c/; # alternation