Regex support #28

Open
opened 2026-02-12 02:40:22 +00:00 by Ki11erRabbit · 0 comments
Ki11erRabbit commented 2026-02-12 02:40:22 +00:00 (Migrated from github.com)

Since Rust's regex crate doesn't support streams, there needs to be regex matcher that is at least compatible with the regex crate so that when the feature is added, we can just switch to it.

Regex has a bunch of use cases. The biggest being search and syntax highlighting.

In the meantime, we'll just clone the buffer into a string and match on that to get the right positions

Since Rust's regex crate doesn't support streams, there needs to be regex matcher that is at least compatible with the regex crate so that when the feature is added, we can just switch to it. Regex has a bunch of use cases. The biggest being search and syntax highlighting. In the meantime, we'll just clone the buffer into a string and match on that to get the right positions
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ki11errabbit/koru#28
No description provided.