機械翻訳について

メソッド関数

メソッド関数の拡張構成を指定できます。

この表は、拡張構成のメソッド関数を示しています:

関数 摘要 構文
絶対 選択した属性の正の値を常に返します。 Absolute value of <rule attribute> Absolute value of Invoice Distribution.Amount Variance Greater Than 1500 Absolute value of Invoice Distribution.Amount Variance Between 500 and 1000
否定 選択した属性の数値の符号を変更します。 Negate value of <rule attribute> Negate value of Invoice Line.Control Amount Between 500 and 1000
文字の索引 文字列に指定した文字が最初に出現する位置を返します。 Index of <search string> from <a given point> in <rule attribute> Index of "VS" from 1 in Invoice Line.Account Segment Equals 6
すべて置換 テキストの一部を別の文字列で置き換えます。 Replace All <search string> with <replacement string> in <rule attribute> Replace All "Vision" with "VS" in Invoice Header.Business Unit Name ends with VS
サブ文字列 指定した開始位置と終了位置に基づいて、指定した文字列の一部を抽出します。 Sub string of <rule attribute> from <start index> to <end index> Sub string of Cost Center Total.Center Name from 1 to 3 Equals EE
大文字に変換 属性のテキストを大文字に変換します。 To upper case of <rule attribute> To upper case of Invoice Header.Invoice Source equals INVOICE To upper case of Invoice Header.Invoice Source not equals APPROVALS
小文字に変換 属性のテキストを小文字に変換します。 To lower case of <rule attribute> To lower case of Invoice Header.Invoice Source starts with pos

To lower case of Invoice Header.Invoice Source equals internal

空白の切捨て 空白を削除し、属性内のテキストを再配置します。 Trim of <rule attribute> Trim of Invoice Header.Invoice Type equals Standard

Trim of Invoice Header.Invoice Type not equals Memo