Skip to content

Conversation

@rhoxie21
Copy link
Contributor

@rhoxie21 rhoxie21 commented Apr 4, 2020

replaced multiple instances of send_to_char with printf_to_char using regex and validated

Regex find:  send_to_char\s\((".*?"),\s(.+?(?=\)))\);

Regex replace:  printf_to_char ($2, $1);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant