Skip to content

Commit fab141b

Browse files
author
Dylan Huang
committed
add task 6
1 parent a78dbe9 commit fab141b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
| track_name | artist_name | album_name | duration | pattern_type |
2+
| ---------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------- | ---------------- |
3+
| .07% | Heroes | Heroes, Season 1 | 43:05 | Contains numbers |
4+
| "40" | U2 | War | 02:37 | Contains numbers |
5+
| "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner | Sir Neville Marriner: A Celebration | 05:48 | Contains numbers |
6+
| #1 Zero | Audioslave | Out Of Exile | 04:59 | Contains numbers |
7+
| #9 Dream | U2 | Instant Karma: The Amnesty International Campaign to Save Darfur | 04:38 | Contains numbers |
8+
| 01 - Prowler | Iron Maiden | Iron Maiden | 03:56 | Contains numbers |
9+
| 02 - Sanctuary | Iron Maiden | Iron Maiden | 03:16 | Contains numbers |
10+
| 03 - Remember Tomorrow | Iron Maiden | Iron Maiden | 05:28 | Contains numbers |
11+
| 04 - Running Free | Iron Maiden | Iron Maiden | 03:17 | Contains numbers |
12+
| 05 - Phantom of the Opera | Iron Maiden | Iron Maiden | 07:08 | Contains numbers |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Find tracks with complex text patterns in titles. Look for tracks that are either two-word titles starting with capital letters, contain numbers, contain special characters, or are in title case. Show track name, artist, album, duration, and identified pattern type.

0 commit comments

Comments
 (0)