Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

"Official" TextMate Bundles

4.60606
   
  0 reviews  |  91 users  |  346,514 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

RegexPal is a JavaScript regular expression tester implemented in JavaScript and available at RegexPal.com. It includes real-time regex syntax and match highlighting. The regex syntax highlighting is more complex than you might expect, as it strives to be aware of all aspects of ECMA-262 3rd Edition ... [More] regex syntax, and some browser-specific bugs, features, and limitations. This project needs lots of help. Please contact me at steves_list @ hotmail.com if you'd like to get involved. See the Issues tab for some ideas of features that need fixing / adding. [Less]

0
 
  0 reviews  |  0 users  |  1,056 lines of code  |  0 current contributors  |  Analyzed about 6 hours ago
 
 

jquery.regexpCommon.js provides commonly used regular expressions. someVar.match($.regexpCommon('numberInteger')); someVar.match($.regexpCommon('numberFloat')); someVar.match($.regexpCommon('email')); someVar.match($.regexpCommon('ssn')); ... [More] someVar.match($.regexpCommon('url')); someVar.match($.regexpCommon('phoneNumberUS')); someVar.match($.regexpCommon('zipCodeUS')); someVar.match($.regexpCommon('currencyUS')); someVar.match($.regexpCommon('htmlHexCode')); someVar.match($.regexpCommon('dottedQuadIP')); someVar.match($.regexpCommon('macAddress'));Example: var quadIP = '127.0.0.1'; if (quadIP.match($.regexpCommon('dottedQuadIP')) ) { message += quadIP + " is a Dotted Quad IP Address"; } [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 17 days ago
 
 

Extended JavaScript regular expressions

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

A regular expression evaluator that can handle multiple contexts. The initial version supports both C# and Javascript regular expression engines.

0
 
  0 reviews  |  0 users  |  629 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.