Nice work Devon! I used the same technique to try and find pages that still contain the old y. syntax. I was surprised by how many there were!
regex:\Wy\. http://www.jsoftware.com/jwiki/FrontPage?from=50&context=180&action=fullsearch&fullsearch=Text&value=regex%3A\Wy\. > From: Sherlock, Ric > > Good idea to use regex. The following gives fewer false positives: > regex:\n\{\{\{\w > > > > From: Oleg Kobchenko > > > > This due to Code start markup ({{{) followed by non-space > > chars and not terminated on the same line. > > > > E.g. > > Test {{{ test <-- error > > Should be > > Test {{{ <-- must be new line > > test > > > > Here's most of the pages: > > > > > http://www.jsoftware.com/jwiki/Vocabulary/greaterthan.?action=fullsearc > > > h&context=180&value=regex%3A%22\{\{\{+%2B[^\r\n}%23!]%2B\n%22&fullsearc > > h=Text > > > > The search is: > > > > regex:"\{\{\{ +[^\r\n}#!]+\n" > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
