The pattern (www|app|...|\.)?josunhotel does NOT match www.josunhotel.com. Fix: (www|app|...)?\.?josunhotel moves the dot outside the alternation as a separate optional match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The pattern (www|app|...|\.)?josunhotel does NOT match www.josunhotel.com. Fix: (www|app|...)?\.?josunhotel moves the dot outside the alternation as a separate optional match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>