次の文字列をセグメントに分割する正規表現を作成しようとしています。
#if [Customer.OrderQuantity] > 5 #then 1000 #if [Customer.OrderQuantity] < 5 #then 500 #else 100
1st Segment: #if [Customer.OrderQuantity] > 5 #then 1000
2nd Segment: #if [Customer.OrderQuantity] < 5 #then 500
3rd Segment: #else 100
あなたの提案は大歓迎です!