可以通过以下步骤实现:
text = "这是一段包含标点符号的文本。"
find()
方法来查找第一个标点符号的索引位置。该方法接受一个参数,即要查找的子字符串。可以使用一个循环来重复调用该方法,直到找到所有的标点符号。text = "这是一段包含标点符号的文本。"
punctuation = [".", ",", "!", "?", ";", ":"]
punctuation_indices = []
for p in punctuation:
index = text.find(p)
while index != -1:
punctuation_indices.append(index)
index = text.find(p, index + 1)
punctuation_symbols = [text[i] for i in punctuation_indices]
这样,punctuation_symbols
列表中就包含了文本中的所有标点符号。
对于这个问题,腾讯云没有特定的产品或链接与之相关。
领取专属 10元无门槛券
手把手带您无忧上云