wip: "full" finder

This commit is contained in:
2026-06-17 12:21:32 -04:00
parent 46ffe4f99a
commit 85d25ce8f1
6 changed files with 90 additions and 30 deletions

View File

@@ -92,7 +92,7 @@ glob_to_regex :: proc(pattern: string, anchored: bool) -> string {
}
}
fmt.sbprintf(&sb, "(/.*)?$")
fmt.sbprintf(&sb, "$")
s := strings.to_string(sb)
result, _ := strings.clone(s)