Non-capturing group
-
gretel
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 5
-
Thank you received: 0
-
-
9 years 6 months ago #3904
by gretel
Hi,
I'm trying to apply a rule for the following URLs:
courses/java-class
courses/python-class
but not for the URL:
courses/graphic-design-class
The only regex that works so far is: \courses/(java-class|python-class)$
Is there a better way to do this? Because, the list of courses is going to grow. I'm trying: \courses/(?:graphic-desing-class)$ but is not working.
Can I use placeholders in the URL field? maybe in Enterprise Version?
Thanks!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 6 months ago #3906
by admin
Just added the "skip" feature to 1.7.7 Enterprise.
I'm still testing it so I think I will release tomorrow. This feature will be also included in the next 1.7.7 Community version (it should be released in a couple of weeks).
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
gretel
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 5
-
Thank you received: 0
-
-
9 years 6 months ago #3907
by gretel
Hi Luigi,
Thanks! It really is an essential extension, I will buy the Enterprise version
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.170 seconds