-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
native String utils cheatcodes #6818
Comments
can take this |
@mattsse can you provide some more context of these features here? |
here are some docs/instructions what we want is something like:
the rust cheatcode then simply returns see EnvBool cheatcode for example: foundry/crates/cheatcodes/spec/src/vm.rs Lines 844 to 847 in 6b2633c
foundry/crates/cheatcodes/src/env.rs Lines 27 to 32 in 6b2633c
|
Are you currently working on this @1010adigupta? I find it interesting and would like to work on it especially after the great guide from @mattsse |
@mattsse a few questions, for the native string utils are you suggesting adding the following and any other suggestions? Implementing the string to the respective cheat code and returning the response, will that suffice to close this issue? |
yes currently working on it :) |
yes, I guess we also want these: |
In what group should these Utils go? |
Hey @mattsse I have created a pr for string utils of lowercase, uppercase, trim, replace, split if that's lgtm you can merge it |
I will start working on these with a new pr |
Component
Forge
Describe the feature you would like
such as
replace
lowercase
uppercase
trim
split
...
Additional context
No response
The text was updated successfully, but these errors were encountered: