We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I really like using this pkg, and I really need sometimes to use the same great functions for strings, currently I do oneLine([someString])
oneLine([someString])
Can you please add support for strings so we could do oneLine(someString)? Thanks
oneLine(someString)
The text was updated successfully, but these errors were encountered:
Hi, it seems it would be possible. I'll try to get this feature added in a few days.
Sorry, something went wrong.
Keep your fingers crossed, the new feature is coming to town! I'll try to finish it at tomorrow at latest and then publish it ASAP.
This was added in #132 so I'm closing the issue.
Cool, thanks :-)
No branches or pull requests
I really like using this pkg, and I really need sometimes to use the same great functions for strings,
currently I do
oneLine([someString])
Can you please add support for strings so we could do
oneLine(someString)
?Thanks
The text was updated successfully, but these errors were encountered: