gpt4 book ai didi

testing - Elixir - 在较大的位串中找到子位串

转载 作者:行者123 更新时间:2023-11-28 21:01:35 25 4
gpt4 key购买 nike

在 Elixir 中,我将如何确定一个子位串是否与另一个位串一起出现?为了测试目的,我需要验证位串 X 是否存在于位串 Y 中的某处。有没有一种简单的方法可以用现有的功能来做到这一点?

x = "bar"
y = "foo bar baz"
some_substring_function(x, y)

some_substring_function 返回真值。

提前致谢!

最佳答案

您可以使用 =~ 运算符:

iex> "hello world" =~ "hello"
true

String module还有一些方便的功能。

关于testing - Elixir - 在较大的位串中找到子位串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19636547/

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