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

Add Contains to template engine #134

Merged
merged 1 commit into from
Jun 19, 2015
Merged

Add Contains to template engine #134

merged 1 commit into from
Jun 19, 2015

Conversation

gmitre
Copy link
Contributor

@gmitre gmitre commented Jun 10, 2015

Adding the Contains function inside the template.
Ex: {{ if Contains “abc1234def” “123” }} true {{ else }} false {{ end }}
Should return true.

Adding the Contains function inside the template.
Ex: {{ if Contains “abc1234def” “123” }} true {{ else }} false {{ end }}
Should return true.
j1n6 pushed a commit that referenced this pull request Jun 19, 2015
Add Contains to template engine
@j1n6 j1n6 merged commit 4eebe32 into QubitProducts:master Jun 19, 2015
@j1n6
Copy link
Contributor

j1n6 commented Jun 19, 2015

thanks!

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

Successfully merging this pull request may close these issues.

2 participants