Repository URL to install this package:
|
Version:
2.13.0 ▾
|
---input---
echo "${a//["b"]/}"
---tokens---
'echo' Name.Builtin
' ' Text
'"' Literal.String.Double
'${' Literal.String.Interpol
'a' Name.Variable
'//[' Punctuation
'"b"' Literal.String.Double
']/' Punctuation
'}' Literal.String.Interpol
'"' Literal.String.Double
'\n' Text