Y
Hacker News
new
|
ask
|
show
|
jobs
by
d4rky
3984 days ago
any idea on how to make lvl 11 and 12 with javascript regex parsers not supporting lookbehind correctly?
1 comments
2swarovsky
3984 days ago
try something like this: ([^<>]
<[^h][^>]
>.*)(?=</h\d>)
link