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

Multiple-terms Find and Replace #99

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

jkroll-deepgram
Copy link
Contributor

Find and Replace accepts either a string of one term, or a list of strings of multiple terms.

This already worked, but the typing didn't indicate it.

This PR corrects the typing, and adds tests for both single-term and multiple-term Find and Replace.

"replace": "fast:slow",

OR

"replace": ["fast:slow", "miss:snooze"],

@lukeocodes lukeocodes merged commit b3b221b into deepgram:main Jul 13, 2023
1 check passed
@jkroll-deepgram jkroll-deepgram deleted the find-and-replace-multiterm branch July 21, 2023 15:01
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.

None yet

2 participants