Muskit Gergous
Created page with "-- This module performs validation checks for BP:DYK hooks local libraryUtil = require('libraryUtil') local p = {} local validationPatternGroups = { { -- Check that hooks start with three periods, followed by an acceptable -- follow-on word. "^%.%.%. *that", "^%.%.%. *about", }, { -- Check that hooks end with a question mark, or another acceptable -- phrase. [[.%?%]*'*"?$]], [[.?</span>%]*'*"?$]], "[Yy]ou probably did%.+$", } } function..."