RegEx Regular Expression to match < > java doc tags in JSP (liferay)


/ Published in: Regular Expression
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Search:
  2. ((<%)([^%>]*)(%>))
  3.  
  4. Replace:
  5. <java>$1</java>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.