pub struct ReUtil;Expand description
Regular expression tools, such as matching, capturing the first one, capturing all, etc.
Implementations§
Source§impl ReUtil
impl ReUtil
pub fn is_mobile(text: &str) -> bool
pub fn is_email(text: &str) -> bool
pub fn is_id_card18(text: &str) -> bool
Auto Trait Implementations§
impl Freeze for ReUtil
impl RefUnwindSafe for ReUtil
impl Send for ReUtil
impl Sync for ReUtil
impl Unpin for ReUtil
impl UnwindSafe for ReUtil
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more