0
"2015年に月例パートBスタンダードプレミアムが$ 104.90"の文字列に "Standard premium is"という文字列が見つかりましたが、私はこれをPigで行うことができません。豚パターンマッチング
私は正規表現
`PlanServiceEng = FILTER PlanService BY language == 'English' and contractid !='' and planid !='' and segmentid !='' and benefit !='' and (benefit MATCHES '.*Standard Premium is.*');`
にしようとしていますが、私はそれが動作する正規表現以下 とちょうど「プレミアム」を見つけようとしていたとき:
PlanServiceEng = FILTER PlanService BY language == 'English' and contractid !='' and planid !='' and segmentid !='' and benefit !='' and (benefit matches '.*Premium.*');