gpt4 book ai didi

R gsub 多个条件

转载 作者:行者123 更新时间:2023-12-02 00:46:43 24 4
gpt4 key购买 nike

我正在尝试在一组字符串上使用 gsub,这些字符串的措辞可能略有不同;

I went to the store last night
I went to the park yesterday
I went to starbucks this morning

我需要使用 gsub 来替换 'I gone to...',但有时它会有一个 'the',有时不会

类似这样的东西,但以下内容无法正常工作

gsub('i went to [the|a-z]','REPLACED',string)

REPLACED last night
REPLACED yesterday
REPLACED this morning

最佳答案

尝试:

gsub("I went to (the )?[a-z]", "REPLACED", string)

关于R gsub 多个条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38723986/

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