Skip to content

Commit

Permalink
Update example parens regex again
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed May 26, 2024
1 parent e96b71b commit 4914d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ You can replace filtered content similarly by entering a string into the "Subtit

Useful examples of regular expressions:

- `(\(|()[^\))]+(\)|))` : Remove names enclosed by parenthesis to indicate speakers (i.e. "**(山田)** 元気ですか?")
- `([((]([^()()]|(([((][^()()]+[))])))+[))])` : Remove names enclosed by parenthesis to indicate speakers (i.e. "**(山田)** 元気ですか?")
- `\[.*\]` : Remove indications enclosed by brackets that sound or music that is playing (i.e. "**\[PLAYFUL MUSIC]**")

Learn how to write and test custom regular expressions at [Regex Learn - Playground](https://regexlearn.com/playground).
Expand Down

0 comments on commit 4914d75

Please sign in to comment.