https://github.com/onedionys/onedionys-string-utils
Provides useful functions for manipulating strings and can be used in typescript/javascript.
https://github.com/onedionys/onedionys-string-utils
onedionys package-manager string-helpers string-manipulation string-operations string-processing text-helpers text-manipulation text-processing text-utilities utility-functions
Last synced: 4 months ago
JSON representation
Provides useful functions for manipulating strings and can be used in typescript/javascript.
- Host: GitHub
- URL: https://github.com/onedionys/onedionys-string-utils
- Owner: onedionys
- License: mit
- Created: 2024-03-25T03:11:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T00:48:18.000Z (about 2 years ago)
- Last Synced: 2025-10-27T12:11:00.269Z (7 months ago)
- Topics: onedionys, package-manager, string-helpers, string-manipulation, string-operations, string-processing, text-helpers, text-manipulation, text-processing, text-utilities, utility-functions
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/onedionys-string-utils
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to One Dionys - String Utils! 👋
Provides useful functions for manipulating strings and can be used in typescript/javascript. 💖
## 💾 Requirements
* `Web Browser` - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].
* `Internet` - Because many use CDN and to make it easier to find solutions to all problems.
## 🎯 How To Use
#### Installation
```bash
npm install string-utils
```
#### Usage
```typescript
import { capitalizeFirstLetter, reverseString } from 'string-utils';
console.log(capitalizeFirstLetter('hello')); // Output: Hello
console.log(reverseString('hello')); // Output: olleh
```
#### Explanation
* `capitalizeFirstLetter(str: string)`: Capitalizes the first letter of a string.
* `reverseString(str: string):`: Reverses a string.
#### Explanation
* All functions return string values.
## 📆 Release Date
* v1.0.0 : 25 March 2024
* v1.0.1 : 01 April 2024
## 🧑 Author
* Facebook : Oned Ionys
* Instagram : @onedionys
* Twitter : @onedionys
* LinkedIn : @onedionys
## 📝 License
* Copyright © 2024 One Dionys
* **One Dionys - String Utils is an open source project licensed under the MIT license**
## ☕️ Suppport & Donation
Love One Dionys - String Utils? Support this project by donating or sharing with others in need.
**Made with ❤️ One Dionys**