> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arc.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 大文字小文字フォーマッタ

> ArcScript で文字列属性値の大文字小文字を変更するフォーマッタ。

## capitalize()

元の属性値の最初の1文字だけを大文字にして返します。

## capitalizeall()

元の属性値の各単語の先頭文字を大文字にして返します。

## tolower()

属性値が表す文字列のすべての文字を小文字に変換して返します。

## toupper()

属性値が表す文字列のすべての文字を大文字に変換して返します。
