xiiregexbuilder

FPGA-Accelerated Regular Expression Matching Engine

regexes.txt (170B)


# Sample Regex Input File
# One regex per line

cat
c.t
do*g
be+p
fl?y
apple|orange
(red|blue)car
lo(lo)*
go(od)+
(he)?llo
a(b|c)*d
.*end
.+end
(x.y)+
(a|b)(c|d)
1(23)?4