-
Notifications
You must be signed in to change notification settings - Fork 199
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
can we add string with double quotes in treated function #629
Comments
#630 |
@ketkarameya thanks this works. can you also help me with this use case as well |
@eankit i will have to know more about your API to help you. |
Hey @ketkarameya |
Also, I want to understand how can I write my own query like the following, do you have any documentation for this? |
Unfortunately there is no documentation for concrete syntax.
equivalent concrete syntax is |
Can a string with double quotes be cleaned by polygot poranha, code snipped below, If yes, how ?
void demoMethod(ExperimentAPI experiment){
// Some code
if (experiment.isTreated("STALE_FLAG")) {
// Do something
} else {
// Do something else
}
// Do other things
}
The text was updated successfully, but these errors were encountered: