如何在 ObjectiveC 中获取一个字符串和另一个字符串?
例如,文本为:
my name is angie merkel and Im stupid!
我想从字符串中获取angie merkel
。
我该怎么做?我的头要爆炸了...我无法修剪这个字符串,因为它是一个变量
(来自 ChatBot 用户的文本)
For example, the text is:
my name is angie merkel and Im stupid!
I'd like to get the angie merkel
from the string.
How can i do this? My head is going to explode... i can't trim this string because it's a variable
(text from the user for a ChatBot)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果字符串的格式始终为“我的名字是,我很愚蠢!”,您可以执行以下操作:
If the string always has the format `my name is and Im stupid!', you can do the following: