The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Lookahead (or -behind) assertions in regular expressions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Oliver Sturm

Posts: 342
Nickname: olivers
Registered: Feb, 2005

Oliver Sturm is the lead software architect for Dahlhoff IT-Solutions.
Lookahead (or -behind) assertions in regular expressions Posted: Aug 10, 2005 1:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Oliver Sturm.
Original Post: Lookahead (or -behind) assertions in regular expressions
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Oliver Sturm
Latest Posts From Oliver Sturm's weblog

Advertisement
Lookahead and lookbehind assertions are a feature of regular expressions that’s not needed as often as others. The .NET regular expression implementation has full support for them and the documentation is here. But what exactly are they good for? What do you do with them? One answer is, they can be quite important when using regular [...]

Read: Lookahead (or -behind) assertions in regular expressions

Topic: Back Home Previous Topic   Next Topic Topic: The 3 Most Obvious and Useful Changes to DataTable and DataSet in .Net 2.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use