- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for substring (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<li>{@code substring(string, start, [end])}: Returns a substring of the given string.</li> <li>{@code indexOf(string, substring)}: Returns the index of the first occurrence of substring in string, or -1 if not found.</li> <li>{@code contains(string, substring)}: Checks if the string contains the substring.</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
destPath = destPath.substring(1); } // Open the source file for renaming // Use share-relative path for consistency with destination path handling String sourcePath = getUncPath(); if (sourcePath.startsWith("\\")) { sourcePath = sourcePath.substring(1); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)