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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -