Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

strange replace(@var, "flex-", ""); #354

Open
commonpike opened this issue Nov 19, 2017 · 0 comments
Open

strange replace(@var, "flex-", ""); #354

commonpike opened this issue Nov 19, 2017 · 0 comments

Comments

@commonpike
Copy link

when @var is flex-start, this
replace(@var, "flex-", "");
returns
starts

but this
replace(@var, "flex-", " ");
correctly returns
start

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant