Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFSET LocalTD=ReReplaceNoCase(LocalTD,"[^A-Za-z0-9](#currword#)[^A-Za-z0-9]"," <span class=""highlight"">\1</SPAN> ","ALL")>
.highlight { background-color: #FFFF00}
+------------------------------------------+
| WORD | Matches |
+------------------------------------------+
| AN | and, than, candle, etc |
+------------------------------------------+
| HE | the, they, hell, she, then, there |
+------------------------------------------+
dbField LIKE '%[^A-Za-z0-9]#myKeyword#[^A-Za-z0-9]%'
dbField LIKE '%[!A-Za-z0-9]#myKeyword#[!A-Za-z0-9]%'