| ![[BACK]](/icons/cvsweb/back.gif) Return to hard CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / regexp | 
1.1       misho       1: =>((a|b|\p{Nd}){1,2}|aaa|bbbb){1,2}
                      2: bab
                      3: aaca
                      4: aaabbbb
                      5: a0b
                      6: aa0aaa
                      7: b0aaa
                      8: =>(\d{1,3}\.){3}\d{1,3}
                      9: 1.2.3.4
                     10: 1.22.333.44
                     11: 1.2.3
                     12: 1..2.3