Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<form name="editor">
  <span style="font-size: 18px;">
  <b>@ - variable 変換</b>    <input type="button" onclick="helpBtn()" value="ヘルプ">
  </span>
  <br>
  <span style="font-size: 15px;">入力</span><br>
  <textarea name="textbox1" rows="6" cols="50" onchange="replaceASign()" onkeyup="replaceASign()"></textarea>
  <br><span style="font-size: 15px;">
  <div id="str">出力</div></span>
  <textarea name="textbox2" rows="6" cols="50"></textarea><br>
</form>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers