RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find 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
Source
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials