Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.289 Times

Character Sets Unicode Regular Expressions freeware
Filter: All | Freeware | Demo
 

Character Sets Unicode Regular Expressions

1 2 3 4 5 > 
Added: January 12, 2010 | Visits: 1.178

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 874

BareTail A free real-time log file monitoring tool: * Real-time file viewing * Follow tail mode (like tail -f on Unix) * View files of any size (> 2GB) * Scroll to any point in the file instantly * Configurable highlighting * Monitor multiple files simultaneously * Visual indication of file status/changes... Platforms: Windows

License: Freeware Size: 215.04 KB Download (433): BareTail Download

Added: June 12, 2010 | Visits: 1.171

Unicode::MapUTF8 Unicode::MapUTF8 is a Perl module with conversions to and from arbitrary character sets and UTF8. SYNOPSIS use Unicode::MapUTF8 qw(to_utf8 from_utf8 utf8_supported_charset); # Convert a string in ISO-8859-1 to UTF8 my $output = to_utf8({ -string => An example, -charset => ISO-8859-1 });... Platforms: *nix

License: Freeware Size: 16.38 KB Download (119): Unicode::MapUTF8 Download

Added: May 10, 2013 | Visits: 838

Parsing binary files with regular expressions This script allows you to use the regular expression engine to parse binary files, especially those for which the struct module alone is inadequate.The typical way to parse binary data in Python is to use the unpack method of the struct module. This works well for fixed-width fields, but... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 24, 2010 | Visits: 1.166

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: September 13, 2013 | Visits: 538

Tags by regular expressions Tags By Regular is the good additinal of TDO Mini Forms Plugin. It was written with this philosophy : best performances, more secured and brings a lot of new functionsInstallation :The Simple Tags can be installed in 3 easy steps:1. Unzip "Tags By Regular" archive and put all files into your... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Tags by regular expressions Download

Released: March 29, 2008  |  Added: April 12, 2008 | Visits: 2.289

Limagito Limagito is a utility to automatically move / copy / delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date... Platforms: Windows

License: Freeware Size: 2.89 MB Download (223): Limagito Download

Released: October 30, 2010  |  Added: November 11, 2010 | Visits: 1.587

Limagito Lite Limagito is a utility to automatically move - copy - delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date... Platforms: Windows

License: Freeware Size: 7.05 MB Download (130): Limagito Lite Download

Added: August 02, 2008 | Visits: 1.734

Premier Web Site about Regular Expressions Regex Tutorial, Examples and Reference - Regexp Patterns. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to... Platforms: Any

License: Freeware Download (490): Premier Web Site about Regular Expressions Download

Added: April 08, 2010 | Visits: 956

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare... Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 17, 2010 | Visits: 1.110

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble... Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: June 23, 2010 | Visits: 995

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: August 21, 2010 | Visits: 846

Regexx Regexx is a complete regular expressions C++ solution. Regexx implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match/atom string retrieving, and splitting strings with strings or regular expressions.. Get Regexx at... Platforms: *nix

License: Freeware Size: 419.84 KB Download (95): Regexx Download

Added: June 18, 2010 | Visits: 1.036

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.174

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides... Platforms: *nix

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: May 08, 2010 | Visits: 850

JPasswordGenerator JPasswordGenerator is a Java application for creating safe and strong passwords from predefined character sets in a random way. For this, a strong random number generator is used. JPasswordGenerator has six sets of characters that can be individually enabled and edited. All the characters from... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): JPasswordGenerator Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 727

Encodings Applet to list all supported encodings (character sets) supported by your browser/java. To install, Extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often C: -- ticking off the (user folder names) option. To run as an application, type: java -jar... Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 769 KB Download (54): Encodings Download

Added: May 10, 2013 | Visits: 567

Kodos Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python's implementation of regular expressions is based on the... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Kodos Download

Added: March 06, 2010 | Visits: 1.023

Unicode::Map8 Unicode::Map8 is a mapping table between 8-bit chars and Unicode. SYNOPSIS require Unicode::Map8; my $no_map = Unicode::Map8->new("ISO646-NO") || die; my $l1_map = Unicode::Map8->new("latin1") || die; my $ustr = $no_map->to16("V}re norske tegn b|r {resn"); my $lstr = $l1_map->to8($ustr);... Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Unicode::Map8 Download

Added: August 26, 2010 | Visits: 897

perlrecharclass perlrecharclass package contains Perl regular expression character classes. The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl Regular Expressions. A character class is a way of denoting a... Platforms: *nix

License: Freeware Size: 14.8 MB Download (94): perlrecharclass Download

1 2 3 4 5 >