Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!
I am also active in many other area and still look after a lot of web sites - you can find an index ((here))
Regular Expressions in .NET
Visual Basic, C++ and C# amongst other languages can make use of the shared regular expression library provided under Microsoft's .NET framework. The library is uses Perl-flavoured regular expressions, but with some subtle variations.
Operator Type Examples Description Literal CharactersOption modes can be specified as using a (?x ) if you wish them to cover part of the regular expression, or as per the following table if you want them to apply to the whole of a regular expression:
Option Description .IgnoreCase Ignore case in matching .IgnorePatternWhiteSpace White space is to be treated as a comment (otherwise it matches exactly) .Singleline . to match everything including new line (otherwise it matches everything except new line) .Multiline ^ and $ to match embedded new linesBack to Regular Expression Home Page
Jump to
Elements of a regular expressionOrder a
Regular Expression Mousematfor £4.95 inclusive
(published 2010-05-18)
Mostly excellent; however, I see these potential problems for new regex users:
1. Is space a literal character i.e. matching "[ ]" or some special character e.g. "\x" ?
2. What do you mean by "a word boundary"?
3. If counts "apply to previous element", what defines, bounds or marks an element?
4. You write: "Add a ? after any count to turn it sparse". Would that be, e.g., "{4,8?}" or "{4,8}?" ?
[#3563]
You can Add a comment or ranking or edit your own comments
Average page ranking - 4.0
© WELL HOUSE CONSULTANTS LTD., 2025: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NYRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4