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
Because a word boundary is \b unless you're in Postgres where it's \y
<script type="module">
import portableRegex from 'https://cdn.skypack.dev/portable-regex';
</script>
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