Skip to content

Why don't the examples for the Regex API work for the bytes::Regex API? #914

Answered by TornaxO7
TornaxO7 asked this question in Q&A
Discussion options

You must be logged in to vote

Eh, I just looked back to my code and saw this: use regex::bytes::Regex which looks like that the regex should be used on bytes.... which is true, after changing it to regex::Regex everything works again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BurntSushi
Comment options

Answer selected by TornaxO7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants