regexp

This is an old revision of the document!


RegExp

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: 2021/06/28 13:55
  • by 192.168.1.50