From: Jukka U. <juk...@dn...> - 2005-03-20 22:47:48
|
Steffen Pingel kirjoitti: > Hi, > > I have added a new comman line parameter named -tags. It takes a regular > expression as its argument that specifies the tags to include in the loc > charts. Here a two examples: > > -tags '.*' matches all tags > -tags '^v\d_.*' matches all tags that start with a 'v' followed > by a number and an underscore > > This page has a complete description of Sun's regexp syntax: > http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html . > > If the -tags parameter is omitted no tags will be displayed. > > Steffen > Hi, Cool, but where is the code? I just browsed sourcefor statcvs cvs- repository, but i didn't see anything new? - Jukka - |