Explode

Developer

Isaac Raway - Airways

3rd Party (Free)

5 downloads (last 90 days)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Explode splits a given string by a given separator and provides two modes for using the resulting values.

The first mode provides a loop for the items:


{exp:explode separator="|" string="Item 1|Item 2|Item 3"}
    {exp_count}: {exp_value}<br>
    {if exp_count == exp_total_count}Last Item!{/if}
{/exp:explode}

Example output:


1: Item 1<br>
2: Item 2<br>
3: Item 3<br>
Last Item!<br>

The second mode does not use a loop, but provides all values split at once:


{exp:explode separator=":" string="value : Label" loop="no"}
    {exp_value_2}
{/exp:explode}

Download Explode

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Feb 27, 2013
Not Specified Download 1.1 Sep 28, 2015

This entry was created February 28, 2013, 10:11 am.
This entry was last updated September 28, 2015, 11:58 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!