Real Studio:如何获取子字符串的索引?
如何使用 Real Studio 从字符串中获取子字符串的索引?
例如,我想在下面的示例中获取 World 的索引
Dim str As String = "Hello World"
How can I get the index of a substring in from a string using Real Studio?
For example, I want to get the index of World in the example bellow
Dim str As String = "Hello World"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 http://docs.realsoftware.com/index.php/Instr 中的 Instr() 方法
Look at the Instr() method in http://docs.realsoftware.com/index.php/Instr