Exercises, examples and other material relating to training module Q806. This topic is presented on public course
Regular Expressions
As from release 1.4, Java 2 comes with a regular expression class that supports patterns similar in style to Perl regular expressions. This page gives ... http://www.wellho.net/solutions/java-reg ... -java.html [longer article] |
Regular Expressions - Making the most of Pattern Matching
Regular expressions are probably the most powerful pattern
matching tools that is available. ... http://www.wellho.net/course/refull.html [course] |
It's standard practise for on line bookings these days to take credit or debit card details as a booking security, and we're no exception at Well House ... http://www.wellho.net/mouth/1840_Val ... mbers.html [short article] |
"If you want to replace one part of a string by another in Ruby, you can use the sub method on your string object. The first parameter you give to the ... http://www.wellho.net/mouth/2608_Sea ... sions.html [short article] |
There seems to be a certain macho desire in many programmer's minds to write a single complicated regular expression to match against an input line, ignorning ... http://www.wellho.net/mouth/1305_Reg ... nents.html [short article] |
Have you ever seen a long regular expression made up of so many special characters that you can't read or maintain it very easily? Something like
/\(\s*([A-Z]{4})\s+(\d+(?:\.\d*)?)\s*\/\s*(\d+(?:\.\d*)?)\s*\/\s*(\d+(?:\.\d*)?)\s*\)/
... http://www.wellho.net/mouth/2165_Mak ... ntain.html [short article] |
I made an extraordinary claim on Thursday. One of my delegates had written a program that analyzed a huge data file in a Lua script, and it was taking ... http://www.wellho.net/mouth/2727_Mak ... aster.html [short article] |
This topic is presented on public course
Regular Expressions
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Options for caputured output
Matching the parts of the string you don't want
When to use .* on the start of the end of a match
Using Regular Expressions to handle numbers
Other Regular Expression engines - from vi to Expect
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.