question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to change the delimiter?

See original GitHub issue

I would really like to update the delimiter to ? how do I do that.

Thank you

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
soarezcommented, Aug 7, 2018

Harpreet, please upgrade to 2.5.0 where support for custom delimiters is ensured.

Refer to test/view-options.js for how to configure ? as a custom delimiter. The bit that matters is: app.set('view options', { delimiter: '?' }).

1reaction
bugraaydin1commented, Jul 17, 2021

Just for preferance i make this config:

app.set("view options", {
  openDelimiter: "{",
  delimiter: " ",
  closeDelimiter: "}",
});

So i can use template variables like this:

<h1>{ =myVar }</h1>
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change Excel CSV delimiter to comma or semicolon
Click File > Options > Advanced. · Under Editing options, clear the Use system separators check box. · Change the default Decimal separator....
Read more >
How to change CSV delimiter in Excel - SpreadsheetWeb
Changing the delimiter in Excel Options · Open Advanced Options by following File > Options > Advanced. · In the Editing options section,...
Read more >
Change the CSV File Delimiter in Excel - YouTube
No more COMMA DRAMA! In this video I will show you how to change the default comma delimiter in Excel when making .csv...
Read more >
How to Change the Text Delimiter in Excel | Smoak Signals
In this video I will show you how to change the default comma delimiter in Excel when making .csv (comma separated value) files....
Read more >
How to open CSV files with the correct delimiter/separator
Using the "From Text" feature in Excel · Open the Excel file that you're trying to change in terms of data formatting. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found