I have to set some routing rules in my php application, and they should be in the form /%var/something/else/%another_var
Diğer bir deyişle i bana% karakteri ile işaretlenmiş her URI parça döndüren bir regex beed hemen hemen her dize olabilir, bu yüzden% ile işaretlenmiş Dize var adları gösterir.
another example: from /%lang/module/controller/action/%var_1 i want the regex to extract lang and var_1
i gibi bir şey denedim
/.*%(.*)[\/$]/
ama çalışmıyor .....