Textpad Regular Expression sample.

Posted by Jay     Tags: 30 September, 2009    1,860 views    (1) Comment

Wiki gives regular expressions provide a concise and flexible means for identifying strings of text of interest, such as particular characters, words, or patterns of characters. A regular expression (often shortened to regex or regexp) is written in a formal language that can be interpreted by a regular expression processor, a program that either serves as a parser generator or examines text and identifies parts that match the provided specification. I have already posted my review about Read Full Article (Click here)...

Categories : Web & Scripts Tags :

Textpad how to change the colour of searching text? Regex Samples

Posted by Jiltin     Tags: , , 26 February, 2009    2,156 views    (2) Comment

The color of the searching text can be changed by the configuration –> Preferences –> select the class –> colors as shown below Regex Samples I have files name like this B53824-01_1of4.zip B53824-01_2of4.zip B53824-01_3of4.zip B53824-01_4of4.zip and would like to change like this using textpad. unzip -t B53824-01_1of4.zip ‘ grep -iv ok ‘ tee -a r12.txt unzip -t B53824-01_2of4.zip ‘ grep -iv ok ‘ tee -a r12.txt unzip -t B53824-01_3of4.zip ‘ Read Full Article (Click here)...

Categories : Software Review Tags : , ,

Textpad – Best Text Editor For Regex Operations.

Posted by Jiltin     Tags: , , 31 December, 2008    16,692 views    (20) Comment

TextPad is a powerful, general purpose editor for plain text files. Easy to use, with all the features a power user requires. SQL Syntax File Based on the requests from users, I have uploaded ERwinSQL.syn customized with oracle sql, plsql syntax. You can either Download ERwinSQL.syn or Download Textpad Oracle9i syn.zip and move this to “C:\Program Files\TextPad 4\Samples” directory. You may need to create a SQL class and link this to sql class in textpad. If you need step by Read Full Article (Click here)...

Categories : Software Review Tags : , ,