Quote:
Originally Posted by JimmXinu
Conditional regex (with a && clause) works fine for me in [test1.com] and [defaults]--as long as the conditional clause is met, of course.
What are you putting in category_list in the teststory section? You don't want \(2010\), and if you put Alice in Wonderland, 2010 that will be come two entries "Alice in Wonderland" and "2010", you have to use Alice in Wonderland\, 2010.
|
I wasn't sure how to put it in the category_list so I hadn't placed the \,. I now realize that I made a large error when I was testing the different character regex. I used the characters from Gundam Wing. I made sure that I had the code for category regex of Gundam Wing, as well as that the conditional regex matched. However, I forgot to make sure that Gundam Wing was in the category_list.
I swear that I was having problems with other character regexes before though, but they seem to be working now.
I'm starting to think that I should take a break from fixing my code. Or at least wait until, I'm no longer pulling 9 hours days.
Sorry to be such a bother lately.