wso2 CEP in-built function - isMatch -
i trying use cep 3.1.0 built in function regexp matching
cseeventstream[ismatch('foo\sbar',symbol)]
which should match "foo bar" , not "foobar". however, fails error mesage
mismatched character '\' expecting '''
i have tried escaping multiple '\'. also, [ismatch('foo bar',symbol)] not work. although, cseeventstream[symbol contains 'foo\sbar'] temporary workaround, inability use '\' severe limitation in regexp matching.
well it's looking '\' character. in ismatch documentation? says expecting ' maybe have use '\ ??
Comments
Post a Comment