regular expression file rename utility 0.5
Regular Expression File Rename Utility 0.5
Use the power of regular expressions! No more hours wasted renaming multiple files one by one. You can now automatically rename files in one batch. This utility can be used from the command line or ad more>>
Are you tired of spending hours renaming the photographs you just downloaded from your digital camera? Use the power of regular expressions! Give each of your photographs a unique number based on your cameras sequence number. You only have to set up the program once and you can automatically rename all files from it. This utility can be used directly from the command line, it can be used in batch files. Also add it to your Windows Explorers right click menu for direct access.
The program has been written to rename output from my digital camera, but the use of regular expressions makes it so flexible that you will be able to rename pretty much any files. Whether theyre generated output from other software or anything else where the filenames have a predictable structure.
Stop wasting time and start using RegExpFilerename!
Visit www.digii.eu for more information, software, articles, photographs and pictures.
System Requirements: Automatic creation of right click menu in Windows Explorer
<<less
Marijn Kampf - Are you tired of spending hours renaming the ... Regular Expression File Rename
Regular Expression Laboratory 1.05
RXL is a simple to use tool to help you learn and prepare regular expressions. more>> RXL is an assistant simple to use tool to help you learn and prepare regular expressions. If you are a developer or just concerned with text processing tasks, the Regular Expression Laboratory is a tool that you need. In fact, you felt that you need a program like this but could not formalize your needs. We have done this job for you. Now you can construct your regular expressions with much ease and test them by applying to an arbitrary text. Regular Expression Laboratory support the incredible size of a stored regular expression: 2MB!<<less
Regular Expressions Tester 1.1.6.12
Fiirefox extension that offers developers functions for testing their regular expressions more>> Fiirefox extension that offers developers functions for testing their regular expressions
Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.
System requirements:
- Firefox: 2.0 - 3.0*
Enhancements:
- Changed font for all text fields to Courier New for better readability (thanks to Wojtek)
- Changed some texts for better readability (thanks to Laurent)
- Changed activation of global and multiline options in main window to on by default (thanks to Laurent)
- Updated French, Polish and Spanish translation (thanks to Laurent, Wojtek and Carla)
-
- Bugfixes:
- Fixed some minor compatibility bugs with Firefox 3
- Fixed test button, that didnt work in some cases (thanks to Laurent)
- Fixed bug in installer
Regular Expression Checker 1.42
This is the software for creating regular expression and testing it. Can write regular expressions, even if you do not know about the details of regular expression. You can buy the Source Code ( C#200 more>>
Requirements: Microsoft .NET Framework
<<lessRegular Expression Transformation 1.0.0.41
Regular Expression Transformation exposes the power of regular expression matching within the pipeline more>>
If all columns selected pass their tests then rows will be passed down the successful match output. Rows that fail to pass all tests are directed down the alternate output.
This transformation is ideal for validating data through the use of regular expressions. You can enter any expression you like, or select a pre-configured expression within the editor.
You can expand the list of pre-configured expressions yourself. These are stored in a Xml file, %ProgramFiles%Microsoft SQL Server90DTSPipelineComponentsRegExTransform.xml.
Regular Expressions Checker 1.0
RegEx is a nifty development tool that is used to develop regular expressions to be used with Visual Studio .NET. more>>
Regular Expressions Checker is also a small program that does not require any installation.
Main features:
- Pre-Built Regular Expressions; The Software Contains over fifty powerful pre-built regular expressions, these can be used as-is or can be modified to suit your needs.
- Immediately Test Expression; You can immediately Test your expressions to see what they will and wont verify.
System requirements:
- requires Microsoft .Net platform
- requires Microsoft Internet Explorer 4 or above
- "Interop.SHDocVw.dll" is a .Net DLL therefore registration is unnecessary
Regular Expression Component Library for VC7 3.1
Search and/or replace strings or files using regular expressions. more>>
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for VC6 3.1
Search and/or replace strings or files using regular expressions. more>>
It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for BCB3 3.1
Search and/or replace strings or files using regular expressions. more>>
It supports both VCL programming using the C++ Builder 3 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for BCB5 3.1
Search and/or replace strings or files using regular expressions. more>>
It supports both VCL programming using the C++ Builder 5 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for BCB6 3.1
Search and/or replace strings or files using regular expressions. more>>
It supports both VCL programming using the C++ Builder 6 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for BCB4 3.1
Search and/or replace strings or files using regular expressions. more>>
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Bulk Rename Utility 2.7.1.1
Rename and process files and folders. more>>
Bulk Rename Utility 2.7.1.1 is considered as a useful and easy to use tool for renaming files and folders with extremely flexible criteria. Process subfolders, add date stamps, add auto-numbers, perform search and replace, perform regular-expressions, and change timestamps. The software is available in a native 64-bit version for enhanced performance.
Major Features:
- Rename files, folders or both
- Remove, add or change text in the file names
- Perform text substitution
- Change the case of file names
- Remove characters or words
- Remove digits or symbols
- Append or prepend text to file names
- Append dates in many formats
- Append the parent folder's name
- Auto-number files with flexible rules
- Automatically preview the new names
- Sort the file details by any column
- Group configurations into "favorites"
- "Bulk Rename Here" Windows Explorer extension
- Directory recursion - process sub-directories too!
- Regular Expressions support
- Rename files from an input text-file list
- Create an "Undo" batch file
- Log activity to a log file
- Change file and folder date/timestamps (created, modified, accessed)
- Change file/folder attributes (hidden, read-only, archived)
- All settings retained between sessions
- 32-bit or 64-bit
- Rename photos using EXIF metadata (i.e. "Date Picture Taken", "Resolution" and other information embedded in all JPG photo files)
- Rename MP3 files using ID3 tags (a.k.a. MP3 ID3 tag renaming).
- Command line support ***
- Bulk Rename Utility is totally free!
Enhancements:
- Has added ability to browse for folder in "jump to path" action and treat EXIF timestamps individually.
Requirements:
- Windows Vista, Windows XP, Windows 2000/NT, 98, Me, Windows 2003, Windows 2008.
Rename Regular Expression 1.02
Add context menu command to rename selected files using regular expressions more>>
Enhancements:
fixed installer issue
TrinityWeb Crystal Naming Utility 1.0.0
TrinityWeb Crystal Naming Utility renames Seagate Crystal Reports files to the first 75 characters in the report title. more>>