1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Apex文字数計算方法

Last updated at Posted at 2021-02-17

1.Apex文字数計算方法

【計算対象】

  • 1改行は1文字として計算される(LF、CRLF)
  • 1タブは1文字として計算される
  • 1半角スペースは1文字として計算される

【計算対象外】

  • 空白行
  • コメント及びコメントのみの行
  • @IsTestクラスは計算されません

2.検証

1.一行
image.png

2.改行_LF
image.png

3.改行_CRLF
image.png

4.インデント_タブ
image.png

5.インデント_ホワイトスペース4つ
image.png

6.コメント_ヘッダー
image.png

7.Trailing_Spaces
image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?