pub struct MatchWriteNode<'pr> { /* private fields */ }Expand description
Represents writing local variables using a regular expression match with named capture groups.
/(?<foo>bar)/ =~ baz
^^^^^^^^^^^^^^^^^^^^Implementations§
Source§impl<'pr> MatchWriteNode<'pr>
impl<'pr> MatchWriteNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.