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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
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 1 of 1 pages; Items 1 to 1

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