Regex pour boucler sur tous les attributs d’un input

Une REGEX pour rechercher tous les attributs d’un input, afin par exemple de rajouter un saut de ligne sur PHPSTORM

(?:<input|(?<!^)\G)\h*([\w-]+(?:="[^"]*")?)(?=.*?\/>)

Leave feedback about this

  • Rating
Choose Image