suportion [] character
-
chemistry21
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
6 years 8 months ago #6565
by chemistry21
hi, tag meta doesnt support [] character in place holder (in the target url). can any body help me how to solve this problem?
I use tag meta enterprise.
example:
filter_id_1={preg_match 1}/productfilter_ids[]=([0-9]+)/i{/preg_match}
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
6 years 8 months ago #6576
by admin
Hi,
you just need to escape any character which has a "special meaning" in a regular expression (like square brackets) if you need it literally. So just replace [ with \[ and it should work.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.136 seconds