In CloudFront, when I use the wildcard * operator, is going to consume as many characters as possible (greedy) or as few (non-greedy)?
In regular expressions there's a difference but I'm not sure about CloudFront.
Specifically if I have
*c_*a*
I realize that that will match the following filename:
ddddc_1111c_ab.png
but will it match on the d's or the 1's?
Aucun commentaire:
Enregistrer un commentaire