This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Regular Expressions - Perl Compatible?

Just trying to write more specific regular expressions for URL exceptions.

i.e. rather than just 

java.com
 

the more explicit 

^https?://([^/]*\.)?java\.com/


I'm assuming that Astaro uses Perl compatible regular expressions. Am I right?


This thread was automatically locked due to age.