Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use perl to repair a mis-formatted text file' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use perl to repair a mis-formatted text file
Authored by: club60.org on Jan 25, '07 08:48:12AM

You could do the same in TextWrangler or BBEdit:

In Find&Replace check "Use GREP", search for: "(\w)\.(\w)", replace with: "\1\. \2"



[ Reply to This | # ]