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

Getting strings with special char such as # #3

Open
WifiWall opened this issue Dec 31, 2019 · 0 comments
Open

Getting strings with special char such as # #3

WifiWall opened this issue Dec 31, 2019 · 0 comments

Comments

@WifiWall
Copy link

Hello,

We try to have special chars in string fields, for example, passwords. When the string include # for example, it acts as if this is a comment and the string is incomplete:

Password=AB1#5T

We also try:

Password=AB1#5T - using escape

And we tried:

Password='AB1#5T'

Second comment:
When we add a single quote for example:

Password='ThisIsMyPass'

The returned string is: 'ThisIsMyPass' so we get the single quotes).

Is there a way for putting special chars in the strings and also is there a way to not getting the single quote in the returned string.

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