Skip to Main Content
Categories Expression Engine
Created by Mark Stuart-Walker
Created on Dec 9, 2024

More Expression Engine ideas

Please, fill in the below fields to enable the processing of your idea.

Who would benefit?

Users of expression Engine

What impact would it make?

Broaden the range of functions


Add the functions

Why is it needed?

Because they are not there already


Can we have
1. SPLIT(text,character,index) which splits AAA-BBB-CCC and pulls out the indexed substring. Index can be negative such that -1 retrieves "CCC" from the RHS
2.GUID() to generate a unique identifier
3. DATE_NOW() to return the current date
4. DATA_ADD(date,"day",25) to allow date offsets


  • Attach files
  • Amber Allen-Sauer
    Reply
    |
    Dec 16, 2024

    I think you can accomplish most of these using RegReplace. It is not as straight forward though and support for more functions would be great!

  • Mark Stuart-Walker
    Reply
    |
    Dec 12, 2024

    5. JSON("field1", "field2" , ....) to build a JSON Object of the field values (same as js stringify())
    6. EMPTY("field1") to determine if a field is empty