onedionys-string-utils

1.0.1 • Public • Published

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

npm install string-utils

Usage

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

📝 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

Package Sidebar

Install

npm i onedionys-string-utils

Weekly Downloads

1,183

Version

1.0.1

License

ISC

Unpacked Size

6.53 kB

Total Files

7

Last publish

Collaborators

  • onedionys