Flo’s Great Remove All Empty Lines Regex
December 8, 2007 on 3:31 pm | In Notetab Clips | No CommentsIf a file has a return on the last line of text followed by the file end assertion, it will not remove that extra return if you are searching for empty lines. This regex does the trick:
^!Replace “\R(?=\R)|\A\R|\R\z” >> “” AWRS
Note per Sheri: \z is an assertion for the position of end of the file. It has a width of zero characters. Ditto for \A, \Z, \z, ^ and $.
Notetab Clip to Make Tab Delimited File into Comma Separated Value CSV File
December 6, 2007 on 12:08 pm | In Generic Clips, Notetab Clips | No CommentsThis clip makes a file into a comma separated value file if it is say tab delimited at the start. It offers several choices of delimiters to start including comma, semi-colon, colon, tabs, etc.
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^