Advertisement
rAthus

[Notepad++] RegExp pour ajout htmlspecialchars_de() à echo

Jul 21st, 2014
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. echo ([^;]+);
  2. echo htmlspecialchars_decode\($1\);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement