Skip to content

Instantly share code, notes, and snippets.

@cfalzone
Created June 11, 2014 15:45
Show Gist options
  • Save cfalzone/e01b1265789fcc1adb33 to your computer and use it in GitHub Desktop.
Save cfalzone/e01b1265789fcc1adb33 to your computer and use it in GitHub Desktop.
#set($p = ".*[\\x8].*")
<ol>
#foreach($con in $dotcontent.pull("+structureName:Agents +languageId:(1 || 3 || 4 || 5 || 6 || 7)", 0, "modDate desc"))
#if($con.get("aboutMe").matches($p))
<li> $con.purl - <b>Matched</b> </li>
#end
#end
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment