@aceworks-studio/string
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@aceworks-studio/string", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A set of Luau utility functions for Lua string manipulation", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -27,2 +27,10 @@ [![checks](https://github.com/Aceworks-Studio/roblox-utils/actions/workflows/test.yml/badge.svg)](https://github.com/Aceworks-Studio/roblox-utils/actions/workflows/test.yml) | ||
### contains | ||
```lua | ||
function contains(value: string, substring: string): boolean | ||
``` | ||
Checks if the given string `value` contains `substring`. | ||
### endsWith | ||
@@ -29,0 +37,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4716
10
85