Displaying page
of
pages;
Items to
Title |
Test
Details
Java Doc multiline
|
Expression |
/\*.*(\R.+)+\*/
or
/\*.*((\r\n).+)+\*/
|
Description |
Matches java Documentation only with no code inside.
Note : the first expression contains "\R" which is supported only in java engine, for any other engines you should use the second one but it will differs from a platform to another.
|
Matches |
/** * * <!-- begin-xdoclet-definition --> * @ejb.interface-method view-type="remote" * <!-- end-xdoclet-definition --> * @generated * * //TODO: Must provide implementation for bean method stub */ |
|
Non-Matches |
any java code will not match
|
Author |
Rating:
Not yet rated.
Ahmed Samir Srour
|
Displaying page
of
pages;
Items to