regexsnip

كتابات: 

// Matching text between two specific words "This is a POST request with a return 200 HTTP response" ... you will get "POST request with a return 200"
(\bPOST\b){1,}.*(\b200\b){1,}

Share this post