Skip to content

Commit

Permalink
Fix youtube regex in Repetition chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
keune authored and shreyasminocha committed May 2, 2020
1 parent 21c726b commit 69dadb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/repetition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Here, this could also be achieved by using `[^"]` instead of `.` (as is best pra

<Example
regex={
/^(?:https?:\/\/)?(?:www\.?)?youtube\.com\/watch\?.*?v=([^&\s]+).*$/gm
/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/watch\?.*?v=([^&\s]+).*$/gm
}
>
<li>youtube.com/watch?feature=sth&v=dQw4w9WgXcQ</li>
Expand Down

1 comment on commit 69dadb8

@vercel
Copy link

@vercel vercel bot commented on 69dadb8 May 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.