mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
Remove 'codescence'
This commit is contained in:
+2
-2
@@ -65,7 +65,7 @@ You can use multiple operators in a tag:
|
|||||||
|
|
||||||
## contains
|
## contains
|
||||||
|
|
||||||
`contains` checks for the codesence of a substring inside a string.
|
`contains` checks for the presence of a substring inside a string.
|
||||||
|
|
||||||
```liquid
|
```liquid
|
||||||
{% raw %}
|
{% raw %}
|
||||||
@@ -75,7 +75,7 @@ You can use multiple operators in a tag:
|
|||||||
{% endraw %}
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
`contains` can also check for the codesence of a string in an array of strings.
|
`contains` can also check for the presence of a string in an array of strings.
|
||||||
|
|
||||||
```liquid
|
```liquid
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
|||||||
Reference in New Issue
Block a user