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
e841ac915d621779cb874b7805a3a17c572803aa
XML_Data_Parsing
/
libxml2
/
test
/
regexp
/
ranges
T
16 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libxml2]Add libxml2 library
2026-07-19 22:48:13 +08:00
=>a{2,3}
a
aa
aaa
aaaa
=>ba{2,3}c
bac
baac
baaac
baaaac
=>a(b|c){2,3}d
abcd
acccd
abd
accccd
Reference in New Issue
Copy Permalink