[TxMt] Re: Help with a Language Regex?

Charles Turner vze26m98 at optonline.net
Tue Jan 25 12:48:37 UTC 2011


On Jan 24, 2011, at 6:51 PM, Charles Turner wrote:

> Tried things like:
> 
>> begin = '(?<=0\s+:\s+0$)';

"Subexp of look-behind must be fixed character length.
But different character length is allowed in top level
alternatives only.
ex. (?<=a|bc) is OK. (?<=aaa(?:b|cd)) is not allowed."

C.




More information about the textmate mailing list