Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix conversion to regular expression

...

Code Block
themeConfluence
langjavascript
select when phone inbound_call from re#(.*)# setting (num) 
        andbefore phone sms_received where event:attr("from").match("/#{num}/".as("RegExp")) 
   within 1 hour

...