Description

Should have a space between words. Reference https://github.com/w3c/ServiceWorker

Patterns

This dictionary match following patterns:

/(service)(worker)/i

Expected

The text is matched and replaced to be:

$1 $2

Examples

From To
This is serviceworker? This is service worker?
ServiceWorker Service Worker