ãã®è¨äºã¯ Python Tips Advent Calendar 2012 ï¼ï¼æ¥ç®ã®è¨äºã§ãã Python ã®æ£è¦è¡¨ç¾ã«ã¯ã便å©ãªæ©è½ãããã¤ãããã¾ããã¨ãããã¨ã§ãããã¤ãè¦ã¦ããã¾ãããã ã³ã¡ã³ãæ©è½ >>> import re >>> re.compile(r''' ... ^ # start of a line ... \[font # the font tag ... (?:=(?P<size> # optional [font=+size] ... [-+][0-9]{1,2} # size specification ... ))? ... \] # end of tag ... (.*?) # text between the tags ... \[/font\] # end of the tag ... ''', re.VERBOSE) #doctest: +E
{{#tags}}- {{label}}
{{/tags}}