Crate string_patterns
source ·Re-exports§
pub use crate::enums::*;pub use crate::alphanumeric::*;pub use crate::segments::*;pub use crate::simple_match::*;pub use crate::pattern_match::*;pub use crate::pattern_replace::*;pub use crate::pattern_many::*;pub use crate::pattern_split::*;pub use crate::pattern_capture::*;pub use crate::words::*;
Modules§
Enums§
- An error that occurred during parsing or compiling a regular expression.
Functions§
- Build a regular expression with an optional case-insenistive non-capturing group If the source pattern starts with a non-capturing group, this will be ignored irrespective of the case_insenistive flag