如何获取字符串中每个指定字符的索引?

How to get the index of each specified character in a string?

假设我有以下变量:

set @var = 'firstName|lastName|age|gender'

如果我打电话,

%%=v(IndexOf(@var, '|'))=%%

输出为10

如何在变量中找到each'|'的索引?

好问题。前几天我 运行 进入了这个问题。

有一个函数叫做 BUILDROWSETFROMSTRING()

Check it out