Difference between revisions of "Ekspresi Regular"

From OnnoWiki
Jump to navigation Jump to search
(Daftar isinya dulu ah, biar semangat, up up up)
Line 1: Line 1:
 
Panduan belajar ekspresi regular<br/>
 
Panduan belajar ekspresi regular<br/>
akan diterjemahkan dari : <code>http://www.regular-expressions.info/</code>
 
  
= Jalur Pintas =
+
= Pengantar =
 +
= Quick Start =
 
== Text Patterns and Matches ==
 
== Text Patterns and Matches ==
 
== Literal Characters ==
 
== Literal Characters ==
Line 16: Line 16:
 
== Unicode Properties==
 
== Unicode Properties==
 
== Lookaround==
 
== Lookaround==
 +
= Mari Bermain ! =
 +
= Referensi =
 +
* <code>http://www.regular-expressions.info/</code>

Revision as of 10:17, 7 June 2012

Panduan belajar ekspresi regular

Pengantar

Quick Start

Text Patterns and Matches

Literal Characters

Character Classes or Character Sets

Shorthand Character Classes

Non-Printable Characters

The Dot Matches (Almost) Any Character

Anchors

Alternation

Repetition

Greedy and Lazy Repetition

Grouping and Backreferences

Unicode Properties

Lookaround

Mari Bermain !

Referensi