Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Try to fix code block highlighting

...

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
languagejavascriptperl
themeConfluence
select when pageview url re#/archives/(\d{4})/# title re#iphone (\w*)#i setting(year, next)

...