On 30. Oct 2006, at 12:37, James Milne wrote:
[...] I was just wondering whether the regular expression should be modifier to ignore any white-space and new-lines between elements of the function definition?
The problem is that the matches can only look at a single line at a time, so matching function methods over multiple lines is not really possible (without false positives).