gpt4 book ai didi

php - 在 TWIG 中的字符串中查找子字符串

转载 作者:IT老高 更新时间:2023-10-28 11:47:22 44 4
gpt4 key购买 nike

我想查找字符串的子字符串或使用 Twig 检查是否没有这样的子字符串。就文字而言,我需要 php 中的“strstr”或“strpos”的类似物。我用谷歌搜索并在stackoverflow中搜索了这个问题,但没有找到。有人知道如何解决这个问题吗?

最佳答案

刚刚搜索到 docs ,并找到 this :

收容运算符(operator):in 运算符执行遏制测试。如果左操作数包含在右操作数中,则返回 true:

{# returns true #}

{{ 1 in [1, 2, 3] }}

{{ 'cd' in 'abcde' }}

关于php - 在 TWIG 中的字符串中查找子字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13007288/

44 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com