What www.m3Rlin.org is about: Technology, Computers, Programming, Microosft Windows, Linux, Apple, Cell Phones, Tips, Tricks, Coding, Source, Code, Delphi, Kylix, Borland, Turbo Pascal, Turbo Basic, HTML, Internet / WWW / Web, SEO, Goole AdSense, Google, Microsoft Corporation, UNIX, Microsoft Exchange, Laptops, Notebooks, Spell Check, Programming in Pascal, Power Users, Mac, Macintosh.

Archive for the 'Programming' Category

How to Remove Empty Lines in Text using Visual Studio

Posted on May 6th, 2008
StumbleUpon Send Us Some Cash!

You can remove empty lines in text using Microsoft Visual Studio’s code editor by using the replace operation with regular expressions. Regular expressions are a very powerful tool that can be used to search for almost anything in text.

Invoke the Replace dialog box (click Ctrl-G)
Make sure "Use Regular Expressions" is checked
In Find type in ^$\nHere’s [...]

Popularity: 2% [?]