「置換」アクテビティについてです。※現在ナレッジ準備中です
目次
1.アクティビティのプログラム名
RCA.Activities.Core.Replace
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: コア>Regex>置換
You can replace a match by a regular expression pattern with a specified replacement string.
正規表現パターンでマッチしたものを指定した置換文字列で置き換えることができます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Input ・・・ The string that you want to find a match.
MatchEvaluator
Pattern ・・・ The pattern of the expression that you want to search for matches
Replacement ・・・ The pattern you want to use to replace.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
RegexOption ・・・ You check it if you want to add bitwise combination of the enumeration for matching.
4.使い方
準備中