I can't for the life of me figure out why this isn't working in my language file, can someone help?
Thanks,
Steven
Sample text to search: ----snip------ <cffunction name="isEmpty" returnType="boolean" access="private" hint="checks to see whether a field is empty"> <cfargument name="inputField" type="string" required="true" hint="the input"> <cfset retBool = true /> <cfif Len(Trim(arguments.inputField))> <cfset retBool = false /> </cfif> <cfreturn retBool /> </cffunction> -----snip-----
regex that works when using "find" inside TM:
<cffunction\sname=(["'])
bundle language text:
{ name = 'support.other'; contentName = 'entity.name.function'; begin = '(<cffunction\sname).(["''])'; end = '["'']'; },