Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id="input">
    <p>
      <textarea id="example" rows=8 cols=80 class="text"></textarea>
    </p>
    <p>
      Search String<br/>
      <input type="text" id="search_pattern"/>      
    </p>
    <p>
      Replace String<br/>
      <input type="text" id="replace_pattern"/>
    </p>
    <p>
      <input type="button" id="search" value = "search" onclick="search();"/>
      <input type="button" id="replace" value="replace" onclick="replace();"/>
    </p>
  </div>
  <div id="output" />
</body>
</html>
  
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers