regexp

TwitterFacebook
Get flash to fully experience Pearltrees
livro

https://developer.mozilla.org/en-US/#Special_characters_in_regular_expressions

Core JavaScript 1.5 Reference:Global Objects:RegExp - MDC

Today the Developer Engagement Team has launched the Evangelism Reps program – a special interest group within ReMo. Each year, we get thousands of requests to send Mozilla speakers around the world to talk about HTML5, new web technologies, Mozilla’s mission, our projects, products and more.

You Don’t Know Anything About Regular Expressions: A Complete Gu

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 of this article, there’s much to learn!
Treat beginning and end characters (^ and $) as working over multiple lines (i.e., match the beginning or end of each line (delimited by \n or \r), not only the very beginning or end of the whole input string)

RegExp - MDC

https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/RegExp#Special_characters_in_regular_expressions
http://james.padolsey.com/javascript/regular-expressions-in-javascript-part-2/ String.match() , – this method only accepts a regexp as the first argument. It’s usually used to extract specific parts of a string or to test whether a string matches a regular expression.

Regular Expressions in JavaScript, part 2 - James Padolsey

REGEX - Introdução

Uma expressão regular é um padrão que caracteriza uma certa porção de texto. Por exemplo, uma é uma expressão regular perfeitamente válida que caracteriza uma porção do texto "Aldeia N uma boa" ou uma porção de um texto onde haja uma referência à atriz "L uma de Oliveira". http://www.numaboa.com.br/informatica/tutos/regex/814-Regex-Intro
The main screen of the designer is broken up into 6 sections, Input Text, Regular Expression, Replace Expression, Replace Results, Options, Match Results, and Language Elements (Reference).

Carl J » 21+ FREE Regular Expression Tools & Resources (for

http://www.carlj.ca/2007/10/20/21-free-regular-expression-tools-resources-for-net-developers/
http://aurelio.net/rac/info/regex.html Alm do endereamento numrico ( 5[3:9] ) e por texto ( =abc= ), a partir da verso 1.3 o RAC tambm entende expresses regulares. Com isso possvel especificar endereamentos to complexos quanto necessrio.

RAC - Endereços Usando Expressões Regulares (Regex)

Expressões Regulares

"É uma composição de símbolos, caracteres com funções especiais, que, agrupados entre si e com caracteres literais, formam uma seqüência, uma expressão. http://japs.etc.br/er/