与两行代码的冲突使代码无法按照我的意思工作,我可以做些什么不同的事情来完成这项工作(?)

Collision with two lines of code make code does not work the way it is meant by me, what could I do different to get this work(?)

自己尝试运行下面的代码,你会注意到"can't"变成了"CAN't",但我想让它变成"CAN NOT"。另一方面,我想保留 1.st 行代码,它将 "can" 更改为 "CAN"。我怎样才能做到这一点(?)

::can::CAN
::can't::CAN NOT

您必须从默认值 ending characters

中删除 '
#Hotstring EndChars -()[]{}:;"/\,.?!`n `t
::can::CAN
::can't::CAN NOT