TextCrawler

Publisher's Description

More Products to Consider

  • HxD Hex Editor
    Inspect and edit any file, main memory, or disk/disk image.
    Download

    Installed

    Smart Install
  • EditPlus
    Edit plain text files, HTML documents, PHP, and Java code.
    Download

    Installed

    Smart Install
  • Notepad++
    Edit several programming languages running under the MS windows...
    Download

    Installed

    Smart Install
  • DownloadX ActiveX D...
    Download files faster and safer with your Web and Windows appli...
    Download

    Installed

    Smart Install
  • Hex Workshop
    Hex edit, cut, copy, paste, insert, fill, and delete binary dat...
    Download

    Installed

    Smart Install
  • Java Development Ki...
    Compile, debug, and run Java applications on your computer.
    Download

    Installed

    Smart Install
  • Microsoft .NET Fram...
    Enable Entity Framework against relational databases and create...
    Download

    Installed

    Smart Install
  • Java SE 6.0 (JDK 6)
    Develop and deploy Java applications on desktops and servers.
    Download

    Installed

    Smart Install
  • Dev-C++
    C/C++ compiler and IDE.
    Download

    Installed

    Smart Install
  • MDB Viewer Plus
    View and edit Microsoft Access MDB and ACCDB files.
    Download

    Installed

    Smart Install
  • Xml Sorter
    Sort the contents of your XML files.
    Download

    Installed

    Smart Install
  • Microsoft .NET Fram...
    Run and develop applications targeting .NET Framework.
    Download

    Installed

    Smart Install
  • Hash Tool
    Calculate MD5, SHA-1, SHA-256, SHA-384, SHA-512 or CRC-32 hashe...
    Download

    Installed

    Smart Install
  • REITEC XML-Editor
    Edit the contents of an XML file.
    Download

    Installed

    Smart Install
  • CleanHaven for Wind...
    Clean and manipulate text on your PC.
    Download

    Installed

    Smart Install
  • formlayout (64-bit)
    Create PyQt4 form dialogs or widgets.
    Download

    Installed

    Smart Install
  • Batchrun
    Create batch files using a graphical interface.
    Download

    Installed

    Smart Install
  • Sitoo Web
    Create and design any Web site possible, with no programming re...
    Download

    Installed

    Smart Install
  • WoPeD
    Analyze processes and simulate programs in a model environment.
    Download

    Installed

    Smart Install
  • Fake Progress Bar
    Make your computer look busy even when you are not.
    Download

    Installed

    Smart Install
  • PIM
    PIM
    Compress and extract various types of files.
    Download

    Installed

    Smart Install
  • Batch Access Databa...
    Repair and compress Microsoft Access database.
    Download

    Installed

    Smart Install
  • TurboC++ for Window...
    Deploy TurboC, TurboC++ for Windows 7, Vista.
    Download

    Installed

    Smart Install
  • Moo0 Window Menu Pl...
    Add extra menus to your system.
    Download

    Installed

    Smart Install
All User Reviews

Results 1-10 of 14

  • 5.0 stars

    "Superb program"

    March 26, 2012  |   By sellyourmom

    Version: TextCrawler 2.2

    Pros

    easy to use, fully supports all regular expression features, offers saving results in a convenient format

    Cons

    can't think of any

    Summary

    highly recommended

    Reply to this review

    Was this review helpful? (1) (0)

  • 4.0 stars

    "When opening many files fails..."

    March 4, 2012  |   By ScottMSanders

    Version: TextCrawler 2.2

    Pros

    It easily and quickly finds and replaces text in tons of files, unlike opening them all at once in a multi-file text editor.

    Cons

    None so far!

    Reply to this review

    Was this review helpful? (0) (0)

  • 5.0 stars

    "Still the awesomeness of Text Crawler, just updated."

    November 22, 2011  |   By jandsm5321

    Version: TextCrawler 2.2

    Pros

    Lots of features, fast.

    Cons

    Doesn't do my laundry.

    Summary

    If you need to search through files a lot learning to use this program will save you lots of time! I use it to search XML files for modding games.

    Reply to this review

    Was this review helpful? (1) (0)

  • 5.0 stars

    "Just what I need"

    October 31, 2011  |   By bcoulam

    Version: TextCrawler 2.2

    Pros

    See my 2.0 review. Has every feature I was looking for, and was faster than all the other freeware (and most commercial) search tools with regexp.

    Cons

    None, sorry to be a drag.

    Summary

    With the addition of the right-click menu option to copy the found file's name and path to the clipboard, this fast little free search tool has everything I need in a file/directory scanner.

    Reply to this review

    Was this review helpful? (2) (0)

  • 5.0 stars

    "Excellent stuff"

    June 21, 2011  |   By James Rice

    Version: TextCrawler 2.1

    Pros

    Does what it claims - and well

    Cons

    Not quite as featureful as I'd like for regex handling and multiple replacements.

    Summary

    All 'round I think that this is a jolly good piece of software. Everything it claims to do it does with aplomb. It's a little hard to be critical of shareware like this that's as good as this, especially if the only problems I have with it are features that I'd like that it doesn't claim to have, and perhaps nobody else would like anyway.

    Still, in case the author is reading (well done, incidentally), and in case there are other people like me, here are my feature requests:

    1) When doing regexp-based replacements, it'd be very useful to be able to tell it to pluck out bindings using the regexp and arrange them as desired in a replacement. It's great that one can *find* text using a regexp, but one can't use the power of the pattern match to be able to compute a replacement on-the-fly. For example, let's consider the case of wanting to replace all instances of US-type date syntax with the British style. That is, for the fifteenth of March of 2011 an American would write (say) 03/15/2011, but an Englishman would write 15/03/2011. One can detect such instances easily enough with (say - yes I know you could be more precise) \d\d/\d\d/\d\d\d\d, or grouped as: (\d\d)/(\d\d)/(\d\d\d\d). However, there's no way (that I've found) to swap over the parts in the replacement. I'd like to be able to specify the replacement string such that it can pick up the bindings from the search pattern. So, I'd like to be able to specify the replacement string as (say) ${1}/${0}/${2}. This would be a hugely valuable feature for me. This is a generalisation of a nice feature that one found in the "edi" line editor under RSX many moons ago. One used to be able to say s/foo...bar/bob...sally to replace any string beginning with "foo" and ending with "bar" for one beginning with "bob" and ending with "sally". The "..." got bound to the intervening text and propagated appropriately. Of course, it was less powerful in that one couldn't reorder the bindings.

    2) It'd be nice to be able to perform multiple edits all in one fell swoop. Sometimes when doing complex edits it's necessary to perform multiple coordinated edits. For example, if you want to swap all occurences for the string "Bob" with the string "Sally" then you generally have to rename all "Bob" occurrences into some intermediate (say) "@@@@Bill@@@@", substitute all "Sally" strings into "Bob" and then all "@@@@Bill@@@@" strings into "Sally". Sometimes there are more complex cases, but I'm sure you get the picture. It'd be nice to be able to set this up as a single bulk edit. I've only ever seen this sort of thing in an interactive editor in an obscure editor on the Ferranti Argus 700 machine, but it was *really* useful.

    3) One particular case of the sort of multiple edit discussed above is found when renaming things in languages like Java. If I have a class called (say) BigDog, then I will typically also have variables called (say) bigDog, methods called getBigDog, and perhaps constants called BIG_DOG. One also finds that there will be a file called BigDog.java which will need to be renamed. It's be great to have specialised support for this sort of thing.

    Reply to this review

    Was this review helpful? (1) (0)

  • 5.0 stars

    "Outstanding free regex search engine"

    June 13, 2011  |   By jlawshe

    Version: TextCrawler 2.1

    Pros

    Standard and regex/grep search
    Robust (does not crash with search/replace on 10k+ html files)
    Searches across multiple lines
    Regex tester
    Exports search results
    Standard and regex searches
    Thorough documentation

    Cons

    No cons found

    Summary

    This is by far the best regex/grep engine I've found so far: it's amazing that it's free/donation based. It's a fantastic way to perform bulk search-and-replace operations on lots of files (tested on over 14,000 HTML files in one batch). Even venerable commercial products like Dreamweaver froze up on my system with the same job, but TextCrawler kept working. It's clear that a lot of thought and user testing went into features like, the scratchpad, expression tester, and results export. Outstanding product.

    Reply to this review

    Was this review helpful? (1) (0)

  • 4.0 stars

    "Great text manipulator with very easy interface"

    April 26, 2011  |   By lawton20

    Version: TextCrawler 2.1

    Pros

    ,Will work with multiple files, Very flexible in replace style

    Cons

    Lacks cyclic replace from an input text file. If it had that it would be the only replace tool I'd use

    Summary

    Good for all text replacements except where you want input text to come from an external file.

    Reply to this review

    Was this review helpful? (0) (0)

  • 5.0 stars

    "Really great for $0"

    April 6, 2011  |   By bcoulam

    Version: TextCrawler 2.1

    Pros

    Blindingly fast.
    Regular expressions.
    Subfolders
    Case and match whole word.
    Search and Replace too.

    Cons

    Could use a copy/file & path name from the results pane (developer is adding this soon).

    Summary

    Tested nine other freeware and shareware tools that do Find in Files and Search and Replace in Files. UltraEdit's was the strongest and most feature-rich. TextCrawler came in second in speed and features, followed by Agent Ransack.

    Reply to this review

    Was this review helpful? (1) (0)

  • 5.0 stars

    "Efficient tool for quick changes to multiple files."

    February 19, 2011  |   By difra-2009

    Version: TextCrawler 2.1

    Pros

    All changes are reviewed in highlighted type. Very fast!

    Cons

    None that I can find...

    Reply to this review

    Was this review helpful? (1) (0)

  • 5.0 stars

    "Awesome Product"

    February 1, 2011  |   By jigarme

    Version: TextCrawler 2.0

    Pros

    It is fast!

    Cons

    ...............

    Summary

    Cant live without it on my development box.

    Reply to this review

    Was this review helpful? (0) (0)

Results 1-10 of 14

Add Your Review

or Log in or create an account to post a review.
You are logged in as . Please submit your review for TextCrawler 2.4
Add Your Review

The posting of advertisements, profanity, or personal attacks is prohibited.
Click here to review our site terms of use.

Submit your reply

Submit

The posting of advertisements, profanity, or personal attacks is prohibited.
Click here to review our site terms of use.

cancel

E-mail this review

Submit cancel

Report offensive content

If you believe this comment is offensive or violates the CNET's Site Terms of Use, you can report it below (this will not automatically remove the comment). Once reported, our staff will be notified and the comment will be reviewed.

Select type of offense:

Offensive: Sexually explicit or offensive language
Spam: Advertisements or commercial links
Disruptive posting: Flaming or offending other users
Illegal activities: Promote cracked software, or other illegal content
Submit cancel

Previous Versions:

Error

close

ERROR MESSAGE

If you think this is an error, please contact CNET TechTracker Support for further assistance.

Ok

Running Request

close

loading

Smart Install Software

close

CNET TechTracker will now automatically install software without requiring further action by you. (Note: This feature automatically accepts associated EULAs and third party applications on your behalf.)

You have selected the following software to Smart Install:

CNET TechTracker will attempt to install this software without interrupting you again. If an application requires manual installation, CNET TechTracker will download the installer and prompt you to take further action.

Proceed with Smart Install?

Confirm Standard Install Cancel

Submit a problem report for TextCrawler

close

Please describe the problem you have with this software. This information will be sent to our editors for review.

Problem:

The CNET Installer isn't working as expected

The download link does not work

The software has a newer version

The software contains malware

Other

Description:

Please select a feedback type.

Please enter a description.

Submit Problem Report

Problem Report submitted

close

Thank you for submitting a problem report! The Download team is committed to providing you with accurate software information.

OK

Installed

Smart Install
TextCrawler