This website requires JavaScript.
Explore
Help
Register
Sign In
HPR
/
hpr_website
Watch
8
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d678658a5bae7bc6885bd0971ad1154e4669b0da
hpr_website
/
www
/
eps
/
hpr1997
/
hpr1997_demo2.sed
T
16 lines
163 B
Sed
Raw
Normal View
History
Unescape
Escape
First batch of extra files
2025-10-28 18:39:57 +01:00
/
a.\{1,5\}b.\{1,5\}c
/{
s
/
^
/
G1:
/
s
/
a
/
[a]
/
g
s
/
b
/
[b]
/
g
s
/
c
/
[c]
/
g
p
n
}
/
a.\{1,5\}b
/{
s
/
^
/
G2:
/
s
/
a
/
[a]
/
g
s
/
b
/
[b]
/
g
p
n
}
Reference in New Issue
Copy Permalink