Ask a question to get started
Enter to sendā¢Shift+Enter new line
Remove a prefix from a text.
remove_prefix( text: str, prefix: str, ) -> str
text
str
Text to remove the prefix from.
prefix
Prefix to remove from the text.