On The Insider: Sexiest Magazine Covers of All Time
25 Resources for

regular expression

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Tiny Renamer (zip)
Back on Regular Expression, this small tool can make you deal with all kinds of renaming work. Safe in renaming, with check before renaming and revert rename back after renaming. This version is the first release on CNET Download.com.
Tags: Regular Expression, Wonder Studio, Productivity
Software downloads 2008-07-14
Regent (zip)
Eliminate routine code modifications with auto generated regular expressions. From single example Regent creates search and replace regular expression to update all similar code fragments at once. Visual Studio and ECMAScript/Perl regular expression syntaxes supported. This version is the first release on CNET Download.com.
Tags: Regular Expression, SV Programming
Software downloads 2008-06-12
SQL Server Find (EXE)
SQL Server Find is a database tool for use with Microsoft SQL Server. With SQL Server Find you can search for database objects using search criteria like: contains text using regular expressions creation date object type (e.g. views, procedures, triggers) object name using regular expressions object size.Version 3.3.2 is a...
Tags: Microsoft SQL Server, Server, Regular Expression, Radek Holding, SQL Server Find, Databases, Enterprise Software, Software, Data Management
Software downloads 2008-06-06
RegEx Tester (zip)
RegEx Tester lets you develop and test your regular expression against a target text. It's UI is designed to aid you in the RegEx developing; especially the big and complex one's. It uses and supports almost all of the features available in the .NET RegEx Class. This version is the...
Tags: Regular Expression, BucanerO, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2008-03-25
OptiPerl (exe)
OptiPerl is a fully integrated visual environment IDE and editor for creating, testing, debugging and running perl scripts and web pages offline in Windows. Features include: Internal server and web browser for previewing, feature packed editor with syntax highlighting, local and remote debugging, context sensitive help, code librarian and templates,...
Tags: Perl Script, Perl, Editor, Regular Expression, Plug-in, Xarka Software, OptiPerl, Microsoft Windows, Scripting Languages, Development Tools, Programming Languages, Operating Systems, Software, Software/Web Development, Web Development, Software Development
Software downloads 2008-02-27
SearchBox Sync (xpi)
SearchBox Sync automatically updates the searchbox in Mozilla Firefox. SearchBox Sync automatically updates the searchbox content when you search directly in a search engine such as Google or Yahoo. Custom synchronization rule can be easily added even if you don't know what's a regular expression. Version 1.0.3 includes unspecified updates.
Tags: Regular Expression, Web Browsers, Search, Internet
Software downloads 2008-01-23
Regular Expressions Tester (xpi)
Regular Expressions Tester offers developers functions for testing their regular expressions. The Tool includes options like case sensitivity, color highlighting for found expressions, a replacement function, auto-closing of brackets, testing while writing and predefined expressions. This version is the first release on CNET Download.com.
Tags: Expression, Regular Expression, Sebastian Zartner
Software downloads 2007-10-15
RegexRenamer (exe)
RegexRenamer is a powerful user-friendly graphical tool used to batch rename files using regular expressions. A regular expression is simply text that contains special characters that together defines a pattern that can be used to match text, in this case filenames. Using the power of regexes it becomes easy to...
Tags: Counter, Network, Regular Expression, Xiperware, RegexRenamer, Networking
Software downloads 2007-05-24
Save time by testing regular expressions with Expresso
This article is also available as a TechRepublic download. Learning how to write regular expressions is a little like sex education, studying theory is great, but it pales in comparison to the real thing. Face it, there is a world of difference between theory and practice in both activities and that...
Tags: Programming, Development Process
Blog posts 2007-05-17
RegexBuilder (zip)
RegexBuilder is a lightweight application to help developers creating and testing regular expressions easily and quickly. Its goal is not to support each facets of regular expression building. It is there to play around with pattern matching expressions to get an impression of how they work exactly.
Tags: Regular Expression, Markus Renschler, RegexBuilder
Software downloads 2007-05-03
Getting a regular expressions by passing in 2 strings in C# or VB.net
hi everyone,does anyone know how i can get a regular expression from passing in 2 strings. One string would be the longer text and the second string would be a small substring of it. i would like the regular expression that would match it up.LJ
Tags: .NET, Programming languages, liejian@..., Microsoft Visual Basic.Net, C#, regular expression
Discussion threads 2007-04-06
Leow Descrambler (zip)
Leow Descrambler is a software that can help you to descramble a group of alphabets into one or more words. For example, if you supply the alphabets anceten, Leow Descrambler can turn this meaningless string of alphabets into can, canteen, and eat. You can also use regular expression to filter...
Tags: Alphabet, Regular Expression, Kah Man Leow, Leow Descrambler
Software downloads 2006-11-09
Data validation with JavaScript and regular expressions
Discover how regular expressions offer a simple and elegant way to manipulate text within JavaScript. Tony Patton also explores how JavaScript's regular expression simplifies data validation. Data validation is an essential aspect of any Web application that accepts data from the user. After all, you must ensure the...
Tags: JavaScript, Data Validation, Tony Patton, Scripting languages, regular expression, caret, Web Development Zone Newsletter, Parameter, Expression, String, RegExp, Escape Character, Software/Web Development, Web Development
Technical articles 2006-09-18
Search text with new Perl-like regular expressions in Oracle 10gR2
Oracle 10g Release 2 contains new Perl-like regular expressions. If you're developing scripts against Oracle 10gR2, check out these nifty shortcuts for searching text. Oracle 10g Release 1 added support for POSIX regular expressions for matching patterns in text strings. Release 2 extended the initial list of...
Tags: Perl, Oracle Corp., POSIX, Bob Watkins, Scripting languages, Programming languages, Development tools, regular expression, Oracle Tips Newsletter, Listing B, Oracle 10g Release 2, Software/Web Development, Web Development, Software Development
Technical articles 2006-08-08
Regexile (exe)
Regexile is a regular expression testing program. It is used for development of regular expressions in the Microsoft.NET environment. It allows the user to enter and edit a regular expression, and see the matches it finds in source text in real time. Features include group matching and display, a quick...
Tags: Regular Expression, LivingRoad, Regexile
Software downloads 2006-07-21
Oracle Tip: Understand Oracle 10g SQL Regular Expression support
This article originally appeared in the Oracle e-newsletter. Click here to subscribe automatically.The lack of flexible SQL regular expressionsin Oracle 8 and 9i hasfinally been addressed with Oracle 10g. The Oracle database willnow have built-in regular expressions built upon the POSIXstandard. The four new functions are: REGEXP_LIKE,REGEXP_INSTR,...
Tags: Databases, Oracle Application Server 10g, REGEXP_SUBSTR, Scott Stephens, regular expression, Oracle Corp., REGEXP_LIKE, REGEXP_INSTR
Technical articles 2004-06-02
Complex pattern matching and text manipulation with regular expressions
This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsRegular expressions are a powerful featurewith roots in UNIX scripting. Regular expressions have been adoptedin other languages as well because of their sheer power for textmanipulation and pattern matching. This adds a definite advantage since HTTPcommunication...
Tags: Web browser, Web, Web server, server, regular expression
Technical articles 2003-09-29
.NET introduces Windows developers to the world of regular expressions
Art Fuller and Peter BrawleyA regular expression Regex is a pattern that describes a chunk of text. A Regex engine applies the pattern to a source text. The origin of the source text is irrelevant—it could be a text file, the HTML source for a Web page, or even a...
Tags: Web site development, Channel management, Web technology, Guest Contributor, Microsoft .NET, Microsoft Windows, Cool Regex, regular expression, occurrence, Web
Technical articles 2003-04-28
Test drive the regex package in JDK 1.4
Regular expressions have been a powerful tool in Perl for some time. Now, Java developers can leverage this functionality with JDK 1.4's java.util.regex package. The java.util.regex package includes three classes:·        Pattern—Pattern objects are a compiled version of a regular expression rather than a direct string representation.·        Matcher—You employ a Matcher object to...
Tags: Programming languages, Java, JDK, Wai Tik Chan, regular expression, Pattern object, Matcher
Technical articles 2003-03-24
JavaScript and regular expressions make a powerful duo
A regular expression is simply a pattern that can be matched against a set of text. Generally, its use falls into two categories:ValidationSearch and replaceRegular expressions are relatively new to JavaScript, having arrived with Internet Explorer and Netscape Navigator 4. The language with the most usage of regular expressions is...
Tags: Scripting languages, Programming languages, Greg Griffiths, regular expression, JavaScript
Technical articles 2003-02-21


TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now
Microsoft Outlook Basics
This ready-to-deliver presentation will help you introduce your team to Microsoft Outlook -- even if you don't consider yourself a public speaker. It ...
Buy Now

The PC Cracked Open