 |
PowerGREP is a powerful grep tool for quickly searching for a piece of information through files and folders on your computer, even if you do not know in advance exactly what you are looking for. PowerGREP's rich Perl-compatible regular expression support allows you to search for virtually anything by specifying the form of what you want, and let PowerGREP find the actual text matching that form. The documentation that is included with PowerGREP contains a detailed introduction to regular expressions, with many simple and complex examples.
Get a list files you want to work with on the File Finder Page, as you can do in the Search pane in Windows Explorer. Locate specific information on the Search page, inspect the context of search matches, and open files in your favorite applications and editors. Gather data and statistics or parse log files on the Collect page to analyze and extract valuable information from huge files. Save file selections and search actions for reuse. Save search results for later reference.
Search through plain text files such as source code, letters and correspondence, server or system logs, reference texts, historic archives, etc. Search through through binary files, Unicode files, UNIX and Mac text files, files stored in zip archives, and even Microsoft Word documents and PDF files.
Let PowerGREP perform comprehensive search-and-replace operations across large numbers of files for easy maintenance of web sites, source code, reports, etc. Preview and inspect the results of the search and replace before actually modifying files. Stay safe with a variety of backup options. Undo changes or clean up backup files in the Undo History. Search-and-replace through files and folders on the Replace page, or perform a multitude of search-and-replace operations on the same set of files and folders on the Sequence page.
grep egrep windows regular expressions perl regex regular expression regexes search and replace search replace
|
 |
RegexBuddy is your perfect companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Use plain English building blocks instead of or in addition to the standard regex syntax.
Quickly test any regular expression on sample strings and files, preventing mistakes on actual data. Use the regex in your source code with code snippets automatically adjusted to the particulars of C#, VB.NET, Java, C, C++, Delphi, Perl, PHP, Python, JavaScript, etc.
Collect and document libraries of regular expressions for future reuse. Integrate RegexBuddy with your favorite searching and editing tools for instant access.
Learn all there is to know about regular expressions from RegexBuddy's comprehensive documentation and detailed regular expression tutorial.
regex regexp regular expression regular expressions grep search pattern replace split egrep pcre
|
 |
Search and replace inside databases. Fix garbage data, remove binary characters, change embedded UNC paths coded in your database.
DataPipe interactively fixes development, test or production data in ANY table. You can correct capitalization in people's names (a solution to the old problem), standardize formatting of addresses (eg PO Box, P.O. Box, POBOX), extract email addresses (for your next CRM campaign), search and replace using advanced pattern matching, fuzzy matching and sounds-like matching (multiple search and replace operations occur in a single pass through the database), trim blanks and multiple whitespace, remove binary characters ("garbage" characters), remove HTML, XML and SGML, convert between ASCII and EBCDIC, OEM and ANSI, Unicode and ANSI, insert or remove text within a column, force text to a specified width, write your own VBScript or JScript (or PerlScript, PythonScript, REXXscript etc) code against columns (and access COM objects) and MUCH more!
Sub filters can identify text subsets such as a range of lines or columns to be operated on without affecting any other text. This makes it easy to only perform a replacement in lines 1 to 10, or in columns 3 to 20. Other sub filters include CSV- or tab-delimited fields, lines that match or do not match a pattern, and search replacements (allowing replacement text to be capitalized etc).
DataPipe can be fully automated from the command line. Full audit logs keep track of the filters run and changes made. More than 100 example filter files are included along with a comprehensive user manual. DataPipe fully supports language translations.
DataPipe requires you to download TextPipe Pro, and you get TextPipe Pro FREE when you buy DataPipe - so you can use it for cleansing text files and database extracts as well!
Buy DataPipe online:
http://www.crystalsoftware.com.au/buy
database data search replace search and replace find and replace advanced search and replace grep windows global search and replace sed search and replace windows utilities
|
 |
EasyPatterns are a revolutionary new way to describe text patterns, in a way that is easy to understand and use, and with plenty of power under the hood. EasyPatterns make parsing a US phone number as easy as
[ PhoneNumber ]
or if you prefer the long way:
[ optional punctuation, 3 digits, punctuation, 3 digits, punctuation, 4 digits ]
Once found it's easy to re-arrange it or reformat it. Using this pattern:
[ optional punctuation, capture(3 digits), punctuation, capture(3 digits), punctuation, capture(4 digits) ]
...we could re-arrange phone numbers like this:
$1.$2.$3
($1) $2-$3
+1.$1.$2.$3
How easy is that!
You can easily control the quantity of text you match, and include literal text like this:
[ 1 or more digits, '.', 2 digits ]
$[ 2+ digits, '.', 2 digits ]
USD [ 3 to 6 digits ].00
You can easily match dates like this:
[ Day <-/ > Month <-/ > Year ]
[ Month <-/ > Day <-/ > Year ]
[ Year <-/ > Month <-/ > Day ]
('Month' matches numbers 1-12, and short and long month names)
EasyPatterns are included in TextPipe Pro - the world's fastest multi-search and replace tool.
ezpattern ezpatterns easypatterns easypattern perl grep egrep pattern easy pattern easy patterns ez pattern
|
 |
Eluent Tools is a collection of file and folder tools for Windows. The tools include Eluent Replace, a GUI-based, interactive, multi-pattern, multi-file search and replace program that uses Perl regular expressions and supports Perl scripting; Eluent Find, a file contents searcher and viewer that supports a variety of regular expression dialects, including Perl; Eluent Attrib, a program which modifies file and folder attributes, including the Compressed and Encrypted attributes under Windows NT/2000/XP; Eluent Dir, a flexible file finder based on Path Plans, the common method for specifying file searches in Eluent Tools; Eluent EOL, a program for converting text files between DOS/Windows, Macintosh, and Unix formats; Eluent Tab, a program for converting tabs to spaces and vice versa in text files; and Eluent Touch, a program for modifying file and folder timestamps.
The tools were designed to work well as graphical desktop applications launched from the Start Menu and Windows Explorer context menus and as non-interactive command line tools, and they support a number of features related to Microsoft Visual C++ 5 and 6 and Visual Studio .NET, where they make excellent additions to the Tools menu. In particular, Eluent Replace provides Visual C++ with powerful Replace in Files capabilities, and Eluent Find is more flexible than Find in Files. The tools share a common interface for specifying files and folders to process, and settings can be saved in Path Plans for later use. Path Plans provide very flexible filtering options and support a rich variety of sources besides the usual directory search, such as response files, projects currently open in Visual C++ and VS.NET, and the Windows Indexing Service.
find search replace search and replace replace in files find in files grep egrep fgrep perl visual c
|
 |
Greppes are GREP's that Edit with many options. They are programming or admin tools for Investigation and Change of any files on ANY PC's that use MS-DOS. They are oriented towards English byte characters but can be adapted for other languages to include UNICODE double bytes. PDGREPPE is Pattern Definition GREP with Pattern Editing FGREPPE is Fast or Fixed GREP with Pattern Editing. Each uses (CLI) Command Line Interface and can be customised for International Text bytes, data logging, default directories, environment and extended command line files. Both can edit by interactive or automatic modes with full respect for file-sharing properties. User must specify DOS 8.3 file names. Options are available by menus of FILE, VIEW, SEARCH, REPLACE, MISC & HELP. PDGREPPE has other menus for DEBUG & DEFINITIONS. PDGREPPE searches by Extended Regular Expressions similar to EGREP on UNIX systems. It can reuse search patterns from user created definition files, employ (MarkedGroups) of pattern data that may be reused later BY USER SPECIFIED NAMES in search or replace patterns. Magic or wildcard symbols and formats are like those in other GREPS, and PERL. They include any of "^$[].(){}<>#%-/;!?*+&|~`'@:,="and backslash "\" that represent data positions, ranges of characters (sets), ANY byte, Marked and Unmarked Groups, naming and reuse of Marked Groups, positive and negative Repititions, OR and AND operators, control, file inclusion, literal and separation. These allow searches to be made for imprecise or alternate forms of data. FGREPPE is more simple like FGREP on UNIX systems and does a search and replace based on FIXED patterns. GREPPES feature screen paging, word wrap, high light of match areas, recursive descent into file system, multiple drive specification and MANY other options as detailed in on-line documentation file README.EXE and WWW on-line reference guide. Some support for IFS file names on Windows 9X, 2000 and XP.
greps search replace edit magic wildcards simple grep magic grep edit
|
 |
Greppes: GREP's that Edit with Many Options. Two Programming or Admin tools for Investigation and Change of any files on ANY PC's that use MS-DOS 2.0+. Oriented towards English byte characters but can be adapted for other languages to include UNICODE double byte words. PDGREPPE: Pattern Definition GREP with Pattern Editing FGREPPE: Fast or Fixed GREP with Pattern Editing. Each uses (CLI) Command Line Interface and can be customised for International Text bytes, data logging, default directories, environment and extended command line files. Both can edit by interactive or automatic modes with full respect for file-sharing properties. User must specify DOS 8.3 file names. Options are available by menus of FILE, VIEW, SEARCH, REPLACE, MISC & HELP. PDGREPPE has other menus for DEBUG & DEFINITIONS. PDGREPPE searches by Extended Regular Expressions similar to EGREP on UNIX systems. FGREPPE is more simple like FGREP on UNIX systems and does a search and replace based on FIXED patterns. NLX can change text files ordinarily used for UNIX or Apple MAC into MS-DOS usable ones. STRINGS rips sequences of text characters out of binary files so You can see their innards. HEAD gives You more! Of the front, middle or end of files. ALL feature screen paging, line wrap, high light of match areas, recursive descent into file system, multiple drive specification and MANY other options as detailed in on-line documentation file README.EXE and WWW on-line reference guide. Some support for IFS file names on Windows 9X, 2000 and XP.
greps search replace edit magic wildcards translate new lines newlines visible
|
 |
Handy-dandy text file search utility will quickly and easily find those files containing piece(s) of text. It allows boolean combination (AND/OR/AND NOT) and remembers your previous searches to save you re-entering commonly used configurations. It can show you the lines from the file that matched, and you can simply drag the matched files to the application of your choice.
search find where look scan examine grep egrep utility tool recursively
|
 |
Need to change some text that could be in hundreds of text files? Well Xchange can make this so easy for you. Just enter the text to find, the text to replace it with, drop in the files you want to work with, and press Go! It's done, easily and reliably. What? Made a mistake? Let Xchange restore the backups it made.
find replace substitute search exchange change swap grep egrep utility tool
|
 |
Need to change some text that could be in hundreds of text files? Well XchangeCL can make this easy for you. It will find files using wild cards and find and replace multiple strings in each one.
find replace substitute search exchange change swap grep egrep utility tool
|
|
|