使用正則表達式匹配到字符串后,將字符串轉換為String、Integer或者Double類型。
數據結構
message ValueTransferRule {
required string regex = 1;
optional VariantType cast_type = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
regex | string | 是 | 正則表達式,用于匹配字符串。正則表達式必須滿足以下條件:
|
cast_type | 否 | 將字符串轉換為String、Integer或者Double類型,用于后續的關系運算。 |
文檔內容是否對您有幫助?