1

(5 replies, posted in Programming)

What about

@(?<!\\\)%@

or if you want it the other way around:

@%(?!\\\)@

check http://wiki.tcl.tk/9384

2

(7 replies, posted in Programming)

elbekko wrote:

Ah, like that. Yeah, I guess that would do it Connor smile But I don't quite see how you'd select the biggest count from the array :S

use asort: http://uk2.php.net/manual/en/function.asort.php and then get the get the key for the first/last array item