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

Use regex to remove all instances of var/ in proc args #677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Xander3359
Copy link
Contributor

@Xander3359 Xander3359 commented Jan 29, 2024

What this PR does

So basically when you have a proc you need args in it /proc(args...)

You don't need var/arg
This runs a regex to replace all instances of var/

You can do this yourself by running the following substitution
Search: (^/[\w/][^ \t]+(.*)(var/|, ?var/.*)(.*))
Replace: $1$3

@github-actions github-actions bot added the Code This PR adds or modifies a code file. label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code This PR adds or modifies a code file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant