fork download
  1. #!/bin/bash
  2. line='var_here'
  3. printf "BrowserMatchNoCase \"^(.*?)(\\\b${line}\\\b)(.*)\$\" good_bot\n"
  4.  
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
BrowserMatchNoCase "^(.*?)(\bvar_here\b)(.*)$" good_bot