Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-10-29 15:38
Flavor·ECMAScript (JavaScript)

/
(action\s.{0,}path.{1,}\/(@ACTION@)")|(form-bean\s.{0,}name="(@FORM@))"|(forward\s.{0,}name="(@FORWARD@)")
/
g
Open regex in editor

Description

find action,form,forward struts Remplace @ACTION@ = action struts Remplace @FORM@ = form name struts Remplace @FORWARD@ = forward name struts

Submitted by anonymous