Pages tagged regexp:

JavaScript Lab - Tools - JS Regex Generator
http://www.jslab.dk/tools.regex.php

JavaScript Regular Expression Generator
Regular expression generator for javascript
Leo's Chronicle: 正規表現に見切りをつけるとき
http://leoclock.blogspot.com/2009/01/blog-post_27.html
正規表現では対応できない構文解析。
見切りというよりは適材適所。正規表現は入れ子と相性が悪いのでちゃんと構文解析しましょうと。
Moserware: How .NET Regular Expressions Really Work
http://www.moserware.com/2009/03/how-net-regular-expressions-really-work.html
briancarper.net :: Vim regexes are awesome
http://briancarper.net/blog/vim-regexes-are-awesome
matter
Some good regex tips for vim. Via @sam_stokes
Crucial Concepts Behind Advanced Regular Expressions | How-To | Smashing Magazine
http://www.smashingmagazine.com/2009/05/06/introduction-to-advanced-regular-expressions/
Regex
toread
JavaScriptでよく使う書き方。 - こせきの技術日記
http://d.hatena.ne.jp/koseki2/20090530/JsIdiom
var m = ("abcccd".match(/ab(c+)/)||[])[1];
JavaScriptで正規表現を使った書き方のtips。
jsの正規表現周りのtips
主にregexpによるmatch関連
Essential Guide To Regular Expressions: Tools and Tutorials | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/06/01/essential-guide-to-regular-expressions-tools-tutorials-and-resources/
Regular expressions are an essential part of any programmer’s toolkit. They can be very handy when you need to identify, replace or modify text, words,
Essential Guide To Regular Expressions: Tools and Tutorials
Regex Selector for jQuery - James Padolsey
http://james.padolsey.com/javascript/regex-selector-for-jquery/
Regex Selector for jQuery - James Padolsey
正規表現まとめサイト | エンタープライズ | マイコミジャーナル
http://journal.mycom.co.jp/news/2009/06/05/046/index.html
活用例やツールも掲載
正規表現まとめサイト
XRegExp: JavaScript regex library
http://xregexp.com/
XRegExp is an open source (MIT license) JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. XRegExp is fully compliant with the regular expression flavor specified in ECMA-262 Edition 3 (ES3), and has been tested with Internet Explorer 5.5–8, Firefox 2–3.5, Safari 3–4, Chrome 1–2, and Opera 9. XRegExp uses feature detection—no browser sniffing.
txt2re: headache relief for programmers :: regular expression generator
http://txt2re.com/index-javascript.php3
"headache relief for programmers :: regular expression generator"
wow i've needed this so much
Online Javascript Regular Expression Tester
http://www.pagecolumn.com/tool/regtest.htm
Online Regular Expression Tester
Really cool - makes life a lot easier and has nice syntax down the side
Breaking It Down: Regular Expressions - mobilitea.com/blog
http://www.mobilitea.com/blog/2009/07/22/breaking-it-down-regular-expressions/
Nice regex recap
15 PHP regular expressions for web developers
http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers
In the Woods - Regular Expressions for Dummies
http://blog.themeforest.net/screencasts/regular-expressions-for-dummies/
8 Regular Expressions You Should Know - Nettuts+
http://net.tutsplus.com/tutorials/other/8-regular-expressions-you-should-know/
Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the "simple" pattern described. Today, we'll review eight regular expressions that you should know for your next coding project.
Massive Regular Expressions Toolbox | tripwire magazine
http://www.tripwiremagazine.com/tutorials/tutorials/massive-regular-expressions-toolbox.html
regular expression tutorial
I hate regular expressions almost as much as I rely on them. If you're a noob (or a seasoned, scarred victim like me), there's much to find useful here.
Regular expressions (”regex’s” for short) are sets of symbols and syntactic elements used to match patterns of text and they are pretty powerful. Regular expressions have been around for a very long time (in computer industry scale) and was first introduced as part of the powerful UNIX search tool grep.
Getting Started with PHP Regular Expressions
http://www.noupe.com/php/php-regular-expressions.html
Getting Started with PHP Regular Expressions
Big collection of Regular Expressions Toolbox "regex" | ResourcesMix.info
http://resourcesmix.info/big-collection-of-regular-expressions-toolbox-regex/
37 Tested PHP, Perl, and JavaScript Regular Expressions
http://www.virtuosimedia.com/tutorials/37-tested-php-perl-and-javascript-regular-expressions
正規表現をいまのうちに覚えておきたい人のためのリソース集 - Publickey
http://www.publickey.jp/blog/09/post_51.html
本当に基本的な部分しか理解していない。。。いい加減。。。。。。。
HiFi RegExp Tool - Write and Test Regular Expressions in Real-Time
http://gethifi.com/regexp/
Learn the Basics of Regular Expression Searches - Search Operators - Lifehacker
http://lifehacker.com/5335627/learn-the-basics-of-regular-expression-searches
10 Java Regular Expression Examples You Should Know | Regular Expressions
http://www.mkyong.com/regular-expressions/10-java-regular-expression-examples-you-should-know/
Regular expression is an art of the programing, it’s hard to debug , learn and understand, but the powerful features are still attract many developers to code regular expression. Let’s explore the following 10 practical regular expression
RegEx match open tags except XHTML self-contained tags - Stack Overflow
http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454
genius
If you parse HTML with regex you are giving in to Them and their blasphemous ways which doom us all to inhuman toil for the One whose Name cannot be expressed in the Basic Multilingual Plane, he comes. HTML-plus-regexp will liquify the n​erves of the sentient whilst you observe, your psyche withering in the onslaught of horror.
Heh. "The only moral of this story is that you should never attempt to parse HTML with a regular expression, but there are some occasions when it is unavoidable".
txt2re: headache relief for programmers :: regular expression generator
http://www.txt2re.com/index.php3?s=17:Nov:2009%20%22This%20is%20an%20Example!%22&
regular expression generator. Because sometimes it's just not fun to come up with them from scratch ;-)
You Don’t Know Anything About Regular Expressions: A Complete Guide - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/you-dont-know-anything-about-regular-expressions/
Regular expressions can be scary...really scary. Fortunately, once you memorize what each symbol represents, the fear quickly subsides. If you fit the title
You Don’t Know Anything About Regular Expressions: A Complete Guide - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/you-dont-know-anything-about-regular-expressions/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+nettuts+%28NETTUTS%29&utm_content=Google+Reader
Learn regular expressions once and for all
a detailed overview of regex
Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs
http://daringfireball.net/2009/11/liberal_regex_for_matching_urls
Good regular expression to user for grabbing a url
Input Validation: Using filter_var() Over Regular Expressions ~ Mattias Geniar
http://mattiasgeniar.be/2009/02/07/input-validation-using-filter_var-over-regular-expressions/
Data validation
FILTER_FLAG_ENCODE_LOW - Encode characters with ASCII value below 32
Coding Horror: The Problem With URLs
http://www.codinghorror.com/blog/archives/001181.html
\(?\bhttp://[-A-Za-z0-9+&@#/%?=~_()|!:,.;]*[-A-Za-z0-9+&@#/%=~_()|]
Handy regex to extract URLs in text (break when followed by paren, includes https) "\(?\bhttps?://[-A-Za-z0-9+&@#/%?=~_()|!:,.;]*[-A-Za-z0-9+&@#/%=~_(|] "
URLs are simple things. Or so you'd think. Let's say you wanted to detect an URL in a block of text and convert it into a bona fide hyperlink. No problem, right?
bbk14-15_850.jpg (JPEG Image, 1707x1100 pixels)
http://visibone.com/products/bbk14-15_850.jpg
CheatSheet de expresiones regulares
かなり使えるPHPの正規表現まとめ - IDEA*IDEA ~ 百式管理人のライフハックブログ ~
http://www.ideaxidea.com/archives/2009/03/practical_php_regexs.html
404 Blog Not Found:「PHP使いはもう正規表現をblogに書くな」と言わせないでくれ
http://blog.livedoor.jp/dankogai/archives/51189905.html
メールアドレスの正規表現。
regular expression for mail address
正規表現によるメールアドレスチェックの解説
re2 - Project Hosting on Google Code
http://code.google.com/p/re2/
"an efficient, principled regular expression library"
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Rejex: the JavaScript regular expression editor
http://rejex.heroku.com/
form feed
live regex tester
10+ regular expressions for efficient web development
http://www.catswhocode.com/blog/10-regular-expressions-for-efficient-web-development
Useful regular expressions for web validation.
Advanced Regular Expression Tips and Techniques | Nettuts+
http://net.tutsplus.com/tutorials/php/advanced-regular-expression-tips-and-techniques/
Regular Expressions are the Swiss Army knife for searching through information for certain patterns. They have a wide arsenal of tools, some of which often go undiscovered or underutilized. Today I will show you some advanced tips for working with regular expressions.
かなり使えるPerl正規表現のまとめ - TokuLog 改めB日記
http://d.hatena.ne.jp/tokuhirom/20090321/1237629165
よくつかう正規表現はCPANモジュールにはいってるのをつかうのが楽
Comparing E-mail Address Validating Regular Expressions
http://fightingforalostcause.net/misc/2006/compare-email-regex.php
It would be interesting to expore how evolutionary computation would perform in this domain.
Finding the best regular expression for validating e-mail addresses
Email Regexps
James Watts and Francisco Jose Martin Moreno are the first to develop one which passes all of the tests. /^([\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i
Regular expressions for testing email addresses. Oh my!
HiFi Regex Tester - Live JavaScript Regular Expression Tester
http://www.gethifi.com/tools/regex
HiFi Regex Tester - Live JavaScript Regular Expression Tester http://ow.ly/17Vt9a – Javascript News (del_javascript) http://twitter.com/del_javascript/statuses/17320222555