regtest 0.4.0

regtest is an easy to use interactive frontend for the regex crate.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Binary files
*.o
*.a
*.so

*.obj
*.lib
*.dll

# Vim swp files
*.swp*

# Cargo build files
target