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

Create the String Manipulation Extension #16

Open
nsensfel opened this issue Nov 7, 2020 · 0 comments
Open

Create the String Manipulation Extension #16

nsensfel opened this issue Nov 7, 2020 · 0 comments
Labels
extension fate Issues relating to the Fate language wyrd Issues relating to the Wyrd language

Comments

@nsensfel
Copy link
Owner

nsensfel commented Nov 7, 2020

Wyrd has no features allowing string manipulation. Thus, any such functions would have to be fully implemented by the interpreter, which make their addition to the main language problematic.

List of Wyrd functions for this extension:

  • Regex capture
  • Uppercase
  • Lowercase
  • Substring
  • Concatenate
  • String length

List of Fate functions for this extension:

  • All the Wyrd functions.
  • Regex match test
  • Float to string with a given precision.
@nsensfel nsensfel added fate Issues relating to the Fate language wyrd Issues relating to the Wyrd language extension labels Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension fate Issues relating to the Fate language wyrd Issues relating to the Wyrd language
Projects
None yet
Development

No branches or pull requests

1 participant