Youtube Video Finder
Enter your regex expression below:
Useful for testing: regex101.com
If you want to search for a double quote (") then something containing youtube and then another double quote try:
"([^"]*youtube[^"]*)"
If you want to search for something but show some of the text around it (10 characters before and 5 characters after) try:
.{0,10}youtube.{0,5}
Search | Edit | Link | WP ID |
---|