Skip to content

JavaScript regex is limited #2

@kritixilithos

Description

@kritixilithos

The title says it all. For example, lookbehinds are not supported in JS regex. And since Carrot is a string-based language that relies on regex, JS regex will only limit Carrot. To fix this, either I need to create an interpreter in Java, or create a regex engine myself (both of which are unlikely). This is undecided at the moment, probably will look into it once Carrot has more functions.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions