Struct regex_cache::CachedRegex [] [src]

pub struct CachedRegex { /* fields omitted */ }

Methods

impl CachedRegex
[src]

[src]

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

[src]

Refer to Regex::is_match.

[src]

Refer to Regex::find.

[src]

Refer to Regex::captures.

[src]

Refer to Regex::replace.

[src]

Refer to Regex::replace_all.

[src]

Refer to Regex::shortest_match.

[src]

[src]

Trait Implementations

impl Clone for CachedRegex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CachedRegex
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CachedRegex
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CachedRegex

impl Sync for CachedRegex