Inline modifiers
(?imsxXU)These enable setting regex flags within the expression itself.
Examples
Match Sample:
aA Aa aa AA
Regex Example:
a(?i)a
PCRE PYTHON
Share & Embed
Use this snippet to display this token on your own site.
<!-- Embed Regex Token: (?imsxXU) --> <code class="regex-token">(?imsxXU)</code> - Inline modifiers <small><a href="https://testregex.com/cheatsheet/inline-modifiers">See details</a></small>