HipChat:如何修复带有斜线的文本中的拼写错误?
HipChat: How to fix spelling mistakes in a text with a slash?
要更正拼写错误,只需键入 s/<old message>/<new message>
但如果 <old message>
包含斜杠,这似乎不起作用。
斜杠可以以某种方式转义吗? \/
好像不行。
没有找到任何其他方法然后分别在斜杠前后进行更改。如果斜线不是故意的,那么就不可能删除它。
Like you mentioned, slashes are one thing that the current "s///" replace behavior doesn't quite handle. We definitely want to improve the UX here in the future. There are a few public JIRA issues that have been borne from user suggestions - you can follow along at https://jira.atlassian.com/browse/HCPUB-1799 (watch/comment/vote) and you'll get notified of any improvements we make to message editing / deleting in the future.
要更正拼写错误,只需键入 s/<old message>/<new message>
但如果 <old message>
包含斜杠,这似乎不起作用。
斜杠可以以某种方式转义吗? \/
好像不行。
没有找到任何其他方法然后分别在斜杠前后进行更改。如果斜线不是故意的,那么就不可能删除它。
Like you mentioned, slashes are one thing that the current "s///" replace behavior doesn't quite handle. We definitely want to improve the UX here in the future. There are a few public JIRA issues that have been borne from user suggestions - you can follow along at https://jira.atlassian.com/browse/HCPUB-1799 (watch/comment/vote) and you'll get notified of any improvements we make to message editing / deleting in the future.