https://github.com/el634dev/string-library
String helper functions written in TypeScript
https://github.com/el634dev/string-library
helper-functions npm-package strings typescript
Last synced: about 2 months ago
JSON representation
String helper functions written in TypeScript
- Host: GitHub
- URL: https://github.com/el634dev/string-library
- Owner: el634dev
- License: mit
- Created: 2024-09-06T19:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T01:36:03.000Z (about 1 year ago)
- Last Synced: 2025-02-02T08:12:13.427Z (11 months ago)
- Topics: helper-functions, npm-package, strings, typescript
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# string-ts-library



String library is a JS/TS library which provides straight-forward, powerful functions for working with the String Object in JavaScript. Although originally builted into JavaScript and can be called by using '' or "", it can also be used with other objects and for other purposes. A TypeScript version will be included in the main library that should available for use automatically.
## Table of Contents
* [Features](#features)
* [Installing](#installing)
* [License](#license)
## Features
- Capitalize the first letter
- Capitalize all letters in a sentence
- Removes extra spaces
- Returns a string that is kebob case
- Returns a string that is snake case
- Returns a string that is camel case
- Return a string that shift over a number that a user specifies
- Place a hashtag in front of a string
- Check if a string is empty, has whitespace or matches the \n or \r or \t characters
# NPM
[NPM Page](https://www.npmjs.com/package/string-ts-library?activeTab=readme)
## License
[MIT](https://github.com/el634dev/string-library/blob/main/LICENSE.txt)