Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix .as()

...

Code Block
languagejavascript
themeConfluence
select when web pageview url re#/archives/(.*)#) setting (a)
     before web pageview url.match(("#/archives/"+a+"#").as("regexRegExp"))

This eventex takes advantage of the expression language's type coercion operator, as, to construct a string using the value from the first eventex and then turn it into a regex for the second match.