Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / shell / test_curly_no_escape_and_quotes.txt
Size: Mime:
---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