From: "ako..." Date: 2005-12-15T11:12:49+09:00 Subject: Re: regular expressions question Bill, scan does not help because it can match a portion of the source string, and what is in between the matches is skipped. so scan is just a special case of the functionality that i was looking for. i need to make sure the whole string has a defined structure and get parts of it as groups. konstantin