Search found 1 match
- Sat Apr 28, 2007 7:09 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: stripping off linefeeds in JavaScript, but only between ....
- Replies: 1
- Views: 5752
stripping off linefeeds in JavaScript, but only between ....
I would like to strip off the linefeeds on the JavaScript code between the <!-- and --> designators, so that the code between those designators is all on one line. As an example, my file looks like: ---------------------original code------------------------------------------ <SCRIPT TYPE="text/...