0
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?

Apexで文字列を切り出す

Last updated at Posted at 2024-06-19

メモ
Apexで文字列を切り出す方法
構文:対象の文字列.substring(開始位置,終了位置);
Account_a.substring(13,15)

数式項目
構文:
substr(field,position,len)
substr(Account_Id,13,3)

0
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
0
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?