メモ
Apexで文字列を切り出す方法
構文:対象の文字列.substring(開始位置,終了位置);
Account_a.substring(13,15)
数式項目
構文:
substr(field,position,len)
substr(Account_Id,13,3)
Go to list of users who liked
メモ
Apexで文字列を切り出す方法
構文:対象の文字列.substring(開始位置,終了位置);
Account_a.substring(13,15)
数式項目
構文:
substr(field,position,len)
substr(Account_Id,13,3)
Register as a new user and use Qiita more conveniently
Go to list of users who liked