Welcome to Community Server Sign in | Join | Help

Monday, August 25, 2003 - Posts

Regex: Balancing Groups

Has anyone ever seen an example of a regex using balancing groups that isn't the O'Reilly book's lone example with parentheses balancing? Someone, somewhere must have used it once. In other related regex query news, SomeWord(?!([^<]*?)</a>)
posted by grant | 0 Comments

ResourceManager: Following Up

Yes, it turns out when you load up a ResourceManager it stays in memory. Given what it's doing, it's actually wicked fast. I did some semi-scientific profiling. I wanted to compare it to rolling my own simple StringManager component. Using four culture-region
posted by grant | 0 Comments