Skip to content

Instantly share code, notes, and snippets.

@maarten00
Created November 5, 2014 15:57
Regex: Find all @if, @else, @elseif or @endif that are not preceded and postceded by a space
(?<!\s)(@if\(.*\)|@elseif\(.*\)|@else|@endif)(?!\s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment