🌈 搜索
📅  最后修改于: 2022-03-11 14:48:11.104000             🧑  作者: Mango
# create a perl string $a = 'FOO BAR'; # convert the string to lowercase $b = lc $a;