Nginx special character matching

requirements are as follows:
match / abb//*&%5E%25$ redirect / abb/ how to write rewrite

Mar.17,2022

rewrite ^/abb/(\d+)$ /abb/;

-sharp  abb :
rewrite ^/(\d+)/(\d+)$ /$1/;
Menu