var fDesc=new Array(); fDesc[1] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[2] = "CAB file searching. PDF searching. Basic Word Doc searching. Active Scripting support for the ultimate in search customization. LAN/WAN network drives searching (UNC support). Export search results in Text, CSV, HTML, or XML. Surrounding lines of text option. Repositionable contents view pane. Regular Expression and Boolean Search support on Filename, Contents AND Folder names. Built-in file viewer. Option to launch external editor at current line (including Visual Studio.NET). Drag and drop support. Print preview."; fDesc[3] = "complex regular expressions just by selecting its different components from a menu. Then, you can test the created expressions entering values to them. The program will also assist you in creating a replacement string for a given expression."; fDesc[4] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window."; fDesc[5] = "The application accepts wildcard symbols as *.txt and supports multiple types for search when separated by ; (semicolon).In addition, advanced searches and replacements can be accomplish by the use of regular expressions."; fDesc[6] = "replacing the text is big headache, especially for developers. Seeker provides a wonderful facility for all users to search files in easy steps with details like content, type of files, size of file and many more. Seeker also allows users to exclude some text during search."; fDesc[7] = "strings used in almost any programming language). This application is intended for programmers, especially for beginners to improve their programming skills, who have problems when interpreting and formulating strings."; fDesc[8] = "it. You can search for documents that contain a specified phrase or keywords and then replace, insert or remove text, based on your needs."; fDesc[9] = "automatically delete messages based on their content. It extracts and displays only the text and information checking securely without danger of opening viruses, activex controls, JavaScript code, etc."; fDesc[10] = "be made by the 'Search and Replace' options filtered by wildcards and Regular Expressions. You simply have to specify a search pattern, optionally using a regular expression, and a replacement format, then let it run and it will do the rest itself."; fDesc[11] = "text processing tasks, the Regular Expression Laboratory is a tool that you need."; fDesc[12] = "for testing online regular expressions. The Regulator offers the option of customizing things for adding own items. This application makes up for the lack of regular expression support in Visual Studio, and it’s an awesome standalone application."; fDesc[13] = "5 Regular Expressions and definable filters. Includes a file compare utility, code beautifying support for top languages and much more."; fDesc[14] = "strings and files. Use the regex with automatic source code snippets. Collect regex libraries for future use."; fDesc[15] = "want. Search and replace with plain text or regular expressions to maintain web sites, source code, reports, ..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }