perl-5.38.0
lcfirst EXPR
lcfirst

Returns the value of EXPR with the first character lowercased. This is the internal function implementing the \l escape in double-quoted strings.

最初の文字だけを小文字にした、EXPR を返します。 これは、ダブルクォート文字列における、\l エスケープを 実装する内部関数です。

If EXPR is omitted, uses $_.

EXPR が省略されると、$_ を使います。

This function behaves the same way under various pragmas, such as in a locale, as lc does.

この関数は、ロケールのようなさまざまなプラグマの影響下では、 lc と同様に振る舞います。