Perl Regular Expressions

From NovaOrdis Knowledge Base
Revision as of 20:58, 29 July 2017 by Ovidiu (talk | contribs) (Created page with "=External= * http://www.cs.tut.fi/~jkorpela/perl/regexp.html * http://www.cs.tut.fi/~jkorpela/perl/course.html#greedy =Internal= * Regular Expressions =Greedy/Reluctan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Greedy/Reluctant

By default, the regular expressions are greedy.

To make then reluctant, use "*?".