<div>I can't for the life of me figure out why this isn't working in my language file, can someone help?</div><div><br class="webkit-block-placeholder"></div><div>Thanks,</div><div><br class="webkit-block-placeholder">
</div><div>Steven</div><div><br class="webkit-block-placeholder"></div>Sample text to search:<div><br class="webkit-block-placeholder"></div><div>----snip------</div><div><div><span class="Apple-tab-span" style="white-space:pre">       </span><cffunction name="isEmpty" returnType="boolean" access="private" hint="checks to see whether a field is empty"></div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span><cfargument name="inputField" type="string" required="true"  hint="the input"></div><div><span class="Apple-tab-span" style="white-space:pre">            </span><cfset retBool = true /></div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span><cfif Len(Trim(arguments.inputField))></div><div><span class="Apple-tab-span" style="white-space:pre">                 </span><cfset retBool = false /></div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span></cfif></div><div><span class="Apple-tab-span" style="white-space:pre">                </span><cfreturn retBool /></div><div><span class="Apple-tab-span" style="white-space:pre">   </span></cffunction></div>
<div>-----snip-----</div><div><br class="webkit-block-placeholder"></div><div>regex that works when using "find" inside TM: </div><div><br class="webkit-block-placeholder"></div><div><cffunction\sname=(["'])</div>
<div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>bundle language text:</div><div><br class="webkit-block-placeholder"></div><div><div>{<span class="Apple-tab-span" style="white-space:pre">  </span>name = 'support.other';</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>contentName = 'entity.name.function';</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>begin = '(<cffunction\sname).(["''])';<span class="Apple-tab-span" style="white-space:pre"></span></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>end = '["'']';</div><div>},</div></div><div><br class="webkit-block-placeholder"></div>-- <br>Steven Ross<br>web application & interface developer<br>
<a href="http://blog.stevensross.com">http://blog.stevensross.com</a><br>[mobile] 404-488-4364 [fax] 267-482-4364<br>[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]
</div>