gpt4 book ai didi

c# - 按最后一个分隔符拆分字符串

转载 作者:IT王子 更新时间:2023-10-29 04:25:29 24 4
gpt4 key购买 nike

我有一个巨大的文本文件,其中包含一堆由 \ 分割的字符串。我的问题是可以有 5 个 \ 或 4 个 \ 或 3 个 \

无论其中有多少,我都需要提取最后一个 \。感谢您的帮助。

例子:

I\need\thisI\want\line\thisHello\give\me\all\this

例如,我需要 this 这个词,但显然它不仅仅是 this 这个词。

最佳答案

string last = inputString.Substring(inputString.LastIndexOf('\\') + 1);

关于c# - 按最后一个分隔符拆分字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3255706/

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