smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.23k stars 703 forks source link

Regex matching operator #938

Open wisskid opened 5 months ago

wisskid commented 5 months ago

Support for:

{if $name matches '/^[imnos]+$/'}...{/if}
scottchiefbaker commented 5 months ago

+1 from me... The more regex stuff available the better as far as I'm concerned.