portable-regex
v0.0.1
Published
Because a word boundary is \b unless you're in Postgres where it's \y
Downloads
1
Readme
portable-regex
Because a word boundary is \b unless you're in Postgres where it's \y
> portable_regex.render_postgres('{case-insensitive}tesco store.*{digit}{4}{word-boundary}');
> (?i)tesco store.*\d{4}\y