Skip to content

refactor: replaced multiple instances of send_to_char#198

Open
rhoxie21 wants to merge 6 commits intoSynival:unstablefrom
rhoxie21:replace_send_to
Open

refactor: replaced multiple instances of send_to_char#198
rhoxie21 wants to merge 6 commits intoSynival:unstablefrom
rhoxie21:replace_send_to

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