str_replace does not support strings with \n

Created on 4 March 2024, 4 months ago
Updated 11 June 2024, 15 days ago

With yaml, enclosing \n in a string "" will result in a new line.

You can bypass this by passing strings in single quotes

However, in php "\n" != '\n'

This makes it impossible to pass as string from yaml to match new line demarcation in a string.

πŸ› Bug report
Status

Closed: won't fix

Version

6.0

Component

Plugins

Created by

πŸ‡¬πŸ‡§United Kingdom 2dareis2do

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024