Regex | tags

Regex | Editplus Regex (Regular Expressions search & replace)

Editplus Regex

Problem: Delete All Keyword “key1 key2 key3″ in Editplus Key1 Key2 Key3 http://sub1.domain.com/ Key4 Key5 Key6 http://sub2.domain.com/ Solutions: use Tools “Editplus” function search/replace with option “Regular Expressions” 1. open file in (more&hel.. อ่านต่อ ( read more» )

Regex | Search replace with find, perl, sed Linux command

Linux Find Perl Command Sed Regex

use “find” cgi/perl file in web server with directadmin find /home/*/domains/*/public_html/cgi-bin/ -iname *.cgi -ls find /home/*/domains/*/public_html/cgi-bin/ -iname *.pl -ls find /home/*/domains/*/private_html/cgi-bin/ -iname *.cgi -ls find /home/.. อ่านต่อ ( read more» )