dongzhang1839 2017-08-08 16:19
浏览 388
已采纳

在正则表达式替换字符串中转义美元符号

I have a function in which I need to replace "byte" with "$ball". This doesn't seem to work correctly. Here is the program snippet.

fun main() {

    str := []byte("$apple in a byte
")
    strReplace := "$ball"

    re := regexp.MustCompile("byte")

    final := re.ReplaceAll(str, []byte(strReplace))

    ioutil.WriteFile("testfile.txt", final, 0744)
}

Expected Output in testfile.txt: $apple in a $ball

Actual Output in testfile.txt: $apple in a

Any solutions for successfully getting the desired output?

  • 写回答

1条回答 默认 最新

  • dongmeng1402 2017-08-08 16:24
    关注

    You use $$ which is exactly what the documentation tells you.

    The godoc section for ReplaceAll (https://godoc.org/regexp#Regexp.ReplaceAll) tells you:

    $ signs are interpreted as in Expand

    So reading the section for Expand has the answer. https://godoc.org/regexp#Regexp.Expand

    Please throughly read all relevant documentation for the package and functions you are using before posting a question.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)