We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f87599 commit c79943fCopy full SHA for c79943f
dsc/src/mcp/list_dsc_functions.rs
@@ -28,7 +28,7 @@ fn convert_wildcard_to_regex(pattern: &str) -> String {
28
.replace(r"\?", ".");
29
30
if !pattern.contains('*') && !pattern.contains('?') {
31
- format!("^{}$", regex_pattern)
+ format!("^{regex_pattern}$")
32
} else {
33
regex_pattern
34
}
0 commit comments