Files
XML_Data_Parsing/libxml2/test/regexp/bug420596
T

11 lines
78 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
=>(\+|-)(0[0-9]|1[0-1])
+01
-01
+10
-10
=>[+-](0[0-9]|1[0-1])
+01
-01
+10
-10