We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
suffix?
1 parent 2d1a66b commit 6f8324fCopy full SHA for 6f8324f
src/mezz/base-files.reb
@@ -45,7 +45,7 @@ suffix?: func [
45
/local end
46
][
47
either all [
48
- url? path end: find path make bitset! "?#"
+ url? path end: find path #[bitset! #{0000000010000001}] ; "?#"
49
50
all [
51
path: find/reverse end #"."
0 commit comments