Hi all,
i need to use a regular expression to match javadoc style comments in a file,
something like

        /**
         * Constructs a new Call instance.
         *
         * @param object the object the Function shall be executed on
         * @param func the Function that shall be executed
         * @throws IllegalArgumentException if neigther the object or the 
function is not available.
         */

i'm finiding many difficulties to write a valid regular expression

ale
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to