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 94d0d6d commit 8d4018cCopy full SHA for 8d4018c
+stdlib/root_name.m
@@ -13,7 +13,7 @@
13
r = repmat("", size(p));
14
15
if ispc()
16
- i = startsWith(p, textBoundary + lettersPattern(1) + ":");
+ i = startsWith(p, lettersPattern(1) + ":");
17
r(i) = extractBefore(p(i), 3);
18
end
19
0 commit comments