gst-plugins-rs/text/regex/src
Mathieu Duponchelle f4366f8b2e gstregex: add support for switches exposed by RegexBuilder
The builder allows for instance for switching off case-sensitiveness for
the entire pattern, instead of having to do so inline with `(?i)`.

All the options exposed by the builder at
<https://docs.rs/regex/latest/regex/struct.RegexBuilder.html> can now be
passed as fields of invidual commands, snake-cased.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1497>
2024-03-15 17:41:39 +00:00
..
gstregex gstregex: add support for switches exposed by RegexBuilder 2024-03-15 17:41:39 +00:00
lib.rs Make GStreamer plugin/crate/library/directory names and descriptions consistent 2022-10-23 20:25:08 +03:00