This website requires JavaScript.
Explore
Help
Register
Sign In
sethub
/
XML_Data_Parsing
Watch
1
Star
0
Fork
0
generated from
sethub/template
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dev
XML_Data_Parsing
/
libxml2
/
test
/
regexp
/
ranges2
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
15 lines
98 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
[libxml2]Add libxml2 library
2026-07-19 22:48:13 +08:00
=>(a|b{0,3}){0,1}
a
aa
b
bb
bbb
bbbb
ab
ba
=>([0-9]{0,3}|([0-9]{0}|[0-9]{0,3})){0,3}
0
00
123
abc
Reference in New Issue
Copy Permalink