I have a string that I am trying parse using go regexp and convert to os.Getenv(env)
. Assuming we have string "hello world -p $PATH -f $HOSTNAME "
in Go, and want to use regexp to read os.Getenv("PATH")
and os.Getenv("HOSTNAME")
. Anyone can help me with a proper regexp parser that will extract out "$"
along with the word pass it through the os.Getenv()
as the parameter for getting the environment variable?
正则表达式将字符串解析为环境变量
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- doujingya1166 2014-09-21 22:50关注
The os.ExpandEnv function replaces $var or ${var} in a string according to the values in the environment. I recommend using this function instead of writing your own using regular expressions.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 matlab提取运动物体的坐标
- ¥15 人大金仓下载,有人知道怎么解决吗
- ¥15 一个小问题,本人刚入门,哪位可以help
- ¥15 python安卓开发
- ¥15 使用R语言GD包一直不出结果
- ¥15 计算机微处理器与接口技术相关问题,求解答图片的这个问题,有多少个端口,端口地址和解答问题的方法和思路,不要AI作答
- ¥15 如何根据一个截图编写对应的HTML代码
- ¥15 stm32标准库的PID角度环
- ¥15 ADS已经下载好了,但是DAS下载不了,一直显示这两种情况,有什么办法吗,非常急!
- ¥100 Excel 点击发送自动跳转outlook邮件