Skip to content

Commit

Permalink
jsdoc disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Sep 9, 2022
1 parent f3c2613 commit 6a315cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/String.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function pad3(...numbers: number[]): string[] {
}

/**
* NOTE: case insensitive
* NOT FOR GENERAL USE, as this is latin-case-insensitive
*/
export function stripPrefix(s: string, prefix: string): string {
return toS(s).toLowerCase().startsWith(prefix.toLowerCase())
Expand Down

0 comments on commit 6a315cb

Please sign in to comment.