Site Tools


regexp

This is an old revision of the document!


RegExp

Textpad

Remove shared JS from Plotly pages:

  • Find:
    \n        <script type="text/javascript">(?s).*\(27\)\}\)\);</script>
  • Replace:
    <script type="text/javascript" src="plotly.js"></script>

Remove double space from Plotly pages:

  • Find:
    \s{2,}+
  • Replace:
     
regexp.1624859730.txt.gz · Last modified: by 192.168.1.50