Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created March 25, 2013 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/5237311 to your computer and use it in GitHub Desktop.
Save Macagare/5237311 to your computer and use it in GitHub Desktop.
CF: string lastIndexOf
<cfset myTeaser = "Some cool stories and news articles from yest...">
<cfset myObj = CreateObject("java", "java.lang.String")/>
<cfset myStr = myObj.init(myTeaser) />
<cfset news = mid(myTeaser,1,myStr.lastIndexOf(' ')) />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment