Skip to content
Extraits de code Groupes Projets
  • pafgoncalves's avatar
    fa2fca95
    Add regular expressions to the exclude parameters (#10846) · fa2fca95
    pafgoncalves a rédigé
    Allows to use regular expressions in the exclude parameters option.
    Doesn't break compatibility if the parameter is not a regular expression, doing a strict compare.
    "/.*/" can be used to exclude all parameters.
    
    * Changed the UI texts to explain that the excluding parameters list supports regular expressions.
    Added unit tests.
    fa2fca95
    Historique
    Add regular expressions to the exclude parameters (#10846)
    pafgoncalves a rédigé
    Allows to use regular expressions in the exclude parameters option.
    Doesn't break compatibility if the parameter is not a regular expression, doing a strict compare.
    "/.*/" can be used to exclude all parameters.
    
    * Changed the UI texts to explain that the excluding parameters list supports regular expressions.
    Added unit tests.