You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenario, it is interesting to extract textual data based on some regular expression.
This can be an interesting fs2-data module that handles this with corner cases (e.g. when the match spans over several elements and/or chunks).
Using a non-backtracking regular expression implementation (such as re2) can help us leverage this problem in a streaming context.
This PhD thesis can be interesting in this context.
The text was updated successfully, but these errors were encountered:
In some scenario, it is interesting to extract textual data based on some regular expression.
This can be an interesting fs2-data module that handles this with corner cases (e.g. when the match spans over several elements and/or chunks).
Using a non-backtracking regular expression implementation (such as re2) can help us leverage this problem in a streaming context.
This PhD thesis can be interesting in this context.
The text was updated successfully, but these errors were encountered: