Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

...

The following eventex would select the same events as the one in the preceding example, but also capture the digits of the archive path from the URL and the value of the word following "iphone" in the title:

Code Block
languageperljavascript
themeConfluence
select when pageview url re#/archives/(\d{4})/# title re#iphone (\w*)#i setting(year, next)

...