# Sing Along

A regular expression from the Dictionarry PCD database. Tags: Edition. Web version: https://profilarr.com/pcd/dictionarry/regular-expressions/sing-along

## Pattern

```regex
(?<=\b[12]\d{3}\b).*\b(Sing[-_. ]Along)\b
```

Test this pattern at https://regex101.com/r/DjR6pm/1.

## Description

Matches "Sing Along" releases when `Sing Along` is preceded by a year
- Ensures that `Sing Along` is not matched in the movie title

## References

Custom formats using this regular expression. Each link points to the markdown version.

- [Better Theatricals](https://profilarr.com/pcd/dictionarry/custom-formats/better-theatricals.md)
- [Extended Edition](https://profilarr.com/pcd/dictionarry/custom-formats/extended-edition.md)
- [Sing Along](https://profilarr.com/pcd/dictionarry/custom-formats/sing-along.md)
- [Special Edition](https://profilarr.com/pcd/dictionarry/custom-formats/special-edition.md)
- [Theatrical](https://profilarr.com/pcd/dictionarry/custom-formats/theatrical.md)

## History

| Commit | Change | Date |
| ------ | ------ | ---- |
| [ca12304](https://github.com/Dictionarry-Hub/database/commit/ca12304a9b2fabd577e04c10c71c42b91537fcd2) | tests(regex): add regex101 link for 'Sing Along' | 2026-03-05 |
| [00bd245](https://github.com/Dictionarry-Hub/database/commit/00bd245bd7b7c5f331c85233d9c599cdaccb3339) | create: initial v2 translation (Created) | 2026-01-31 |

---

Index of this site's Markdown pages: https://profilarr.com/llms.txt
