Struct regex_cache::CachedRegex [] [src]

pub struct CachedRegex { /* fields omitted */ }

Methods

impl CachedRegex
[src]

Create a new cached Regex for the given source, checking the syntax is valid.

Refer to Regex::is_match.

Refer to Regex::find.

Refer to Regex::captures.

Refer to Regex::replace.

Refer to Regex::replace_all.

Refer to Regex::shortest_match.

Trait Implementations

impl Clone for CachedRegex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CachedRegex
[src]

Formats the value using the given formatter.

impl Display for CachedRegex
[src]

Formats the value using the given formatter. Read more