NSString *string = @"{{nat fs g player|no=1|pos=GK|name=[[Hugo Lloris]]|age={{Birth date and age|1986|12|26|df=y}}|caps=73|goals=0|club=[[Tottenham Hotspur F.C.|Tottenham Hotspur]]|clubnat=ENG}}";
NSError *error = NULL;
NSString *pattern = @"\\{\\{nat fs g player\\|no=([^|]*)\\|pos=([^|]*)\\|name=\\[\\[([^|]*)\\]\\]\\|age=\\{\\{Birth date and age\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|df=y\\}\\}\\|caps=([^|]*)\\|goals=([^|]*)\\|club=\\[\\[([^|]*)\\|(.*)";
2015-11-04 11:53:05.243 prog[20610] autorelease called without pool for object (0x9d494c0) of class NSRegularExpression in thread <NSThread: 0x9d0b800>
2015-11-04 11:53:05.244 prog[20610] autorelease called without pool for object (0x9da8d48) of class GSMutableArray in thread <NSThread: 0x9d0b800>
2015-11-04 11:53:05.244 prog[20610] autorelease called without pool for object (0x9da8ac8) of class GSRegularExpressionCheckingResult in thread <NSThread: 0x9d0b800>
2015-11-04 11:53:05.244 prog[20610] autorelease called without pool for object (0x9d71808) of class GSCInlineString in thread <NSThread: 0x9d0b800>
2015-11-04 11:53:05.244 prog[20610] Matched string: {{nat fs g player|no=1|pos=GK|name=[[Hugo Lloris]]|age={{Birth date and age|1986|12|26|df=y}}|caps=73|goals=0|club=[[Tottenham Hotspur F.C.|Tottenham Hotspur]]|clubnat=ENG}}