Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some new string manipulation stocks #1224

Closed
wants to merge 5 commits into from

Commits on Apr 7, 2020

  1. Added some new stocks

    Added the following stocks:
    - IsStringNumber
    - IsStringFloat
    - StringToLowerCase
    - StringToUpperCase
    - IndexOfChar
    - LastIndexOfChar
    
    Tested:
    Test plugin source link: https://pastebin.com/QWXUy0ta
    Test results: https://i.imgur.com/NKhvsl4.png
    milutinke committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c5d22e6 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary temporary variables.

    Removed unnecessary temporary variables.
    milutinke committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f817b9e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Update string.inc

    Changed IsStringNumber and IsStringFloat to wrap StringToIntEx and StringToFloatEx.
    Changed IndexOfChar to wrap FindCharInString.
    Added CopyC
    milutinke committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    224de89 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. string: normalize strings for SP.

    If the string has a floating point value or not, we can still store it in a float.
    No need to check the additional stocks, they're built-in.
    CopyC already exists, that's simply strcopy.
    KyleSanderson committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    45ce1d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    e94e682 View commit details
    Browse the repository at this point in the history