Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ format_string
Method
format_string
src/parser.rs:168–170 ·
view source on GitHub ↗
Get the original format string.
(&self)
Source
from the content-addressed store, hash-verified
166
167
/// Get the original format string.
168
pub fn format_string(&self) -> &str {
169
&self.format
170
}
171
172
/// Get the compiled regex pattern string.
173
pub fn pattern(&self) -> &str {
Callers
1
format
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected