Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Content String Edits #14

Open
JohnRoux opened this issue Apr 30, 2024 · 0 comments
Open

Message Content String Edits #14

JohnRoux opened this issue Apr 30, 2024 · 0 comments

Comments

@JohnRoux
Copy link
Contributor

JohnRoux commented Apr 30, 2024

Hey :)

I'm very curious here, why do we want to swap out new line characters and <br> 's with a pipe?
Is it something specific to SMSPortal or is it more general with sms?

    public function content(string $content) : self
    {
        $this->content = trim(str_replace('<br>', '|', nl2br($content, false)));

        return $this;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant