Searched refs:removesuffix (Results 1 – 1 of 1) sorted by relevance
58 def removesuffix(s: str, suffix: str) -> str: function193 return removesuffix(removesuffix(removesuffix(s, '. '),473 return removesuffix(topic, '.json').replace('-', ' ')
Completed in 4 milliseconds