1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
3
Your regex ends with "/" so the last two URLs will not match because "account" in these URL does not end with "/"
Can you try with "/(account|category|post)"?
Thanks
respondido há 3 anos
Conteúdo relevante
- feita há um mês
- feita há 19 dias
- feita há 3 dias
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 3 anos
- AWS OFICIALAtualizada há 3 anos
Uh really? I'm using "/" as a delimiter of the regex. Anyway now it works