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
https://www.google.com //some actions newUrl="www.gmail.com" https://'+url+' - is what I am currently using
i need know , how to launch the content present in the variable(newUrl) can you help
The text was updated successfully, but these errors were encountered:
Edit:
If you utilize backticks instead of single quotes, it will work.
https://www.google.com newUrl = "www.reddit.com" { https://`newUrl` }
Sorry, something went wrong.
No branches or pull requests
https://www.google.com
//some actions
newUrl="www.gmail.com"
https://'+url+' - is what I am currently using
i need know , how to launch the content present in the variable(newUrl) can you help
The text was updated successfully, but these errors were encountered: