问题:
ABC-101-Description-text-1
ABC-2001-Description-text-with-more-text-2
ABC-20001-Some-more-Description-text-with-more-text-3
有人可以帮我在第 n 次出现连字符之前获取所有文本,所以如果我在一个实例中想要 ABC-20001 或者想要 ABC-2001 之后的所有内容。
我知道我需要使用 strstr 或 strpos 但我不确定,希望得到一些帮助......