Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onedionys-string-utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onedionys-string-utils

One Dionys (String Utils) - Provides useful functions for manipulating strings and can be used in typescript/javascript.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • 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

Keywords

FAQs

Package last updated on 01 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc