tracker issue : CF-4202195

select a category, or use search below
(searches all categories and all time range)
Title:

Template Literals aka String Literals

| View in Tracker

Status/Resolution/Reason: Needs Review//

Reporter/Name(from Bugbase): James Mohler / ()

Created: 04/29/2018

Components: Language, CFSCRIPT

Versions: 2016

Failure Type: Others

Found In Build/Fixed In Build: /

Priority/Frequency: Normal /

Locale/System: / Platforms All

Vote Count: 1

In cfscript there should be something like Javascript Template Literals. It is basically a multiline string


myString = `The content starts here
continues here
and eventually finishes 
here`;

This is similar to <cfsavecontent> but for cfscript


See: https://ponyfoo.com/articles/es6-template-strings-in-depth

Attachments:

Comments: