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

Implement file.replace #27

Closed
hulto opened this issue Mar 18, 2022 · 0 comments · Fixed by #633
Closed

Implement file.replace #27

hulto opened this issue Mar 18, 2022 · 0 comments · Fixed by #633
Labels
eldritch Related to the Eldritch language feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hulto
Copy link
Collaborator

hulto commented Mar 18, 2022

Implement Eldritch's file.replace function, which should exhibit the following behaviour:

  • If the file does exists this method should error.
  • It should take a regular expression using the Regex library and a value string to replace matching with.
  • It should be implemented to be cross platform (e.g. Windows support). If an invalid path is supplied for the current operating system, an error should be returned.
@hulto hulto added feature New feature or request good first issue Good for newcomers and removed feature New feature or request labels Mar 18, 2022
@KCarretto KCarretto added feature New feature or request eldritch Related to the Eldritch language labels Mar 22, 2023
@KCarretto KCarretto changed the title [feature] File.replace Implement File.replace Mar 22, 2023
@KCarretto KCarretto changed the title Implement File.replace Implement file.replace Mar 22, 2023
@hulto hulto added the help wanted Extra attention is needed label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eldritch Related to the Eldritch language feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
2 participants