ansible-for-devops
ansible-for-devops copied to clipboard
escape dot in opcache.memory_consumption regex pattern for drupal
While both patterns would match the same string since . includes literal dot, escaping the dot with backslash is the clearer and more explicit approach since . is a special regex metacharacter for matching any character.