regular expression for javadoc style comment

Alessandro Crugnola alessandro.crugnola at gmail.com
Thu Dec 16 20:40:31 EST 2004


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



More information about the Python-list mailing list