CMS MADE SIMPLE FORGE

Contains Modifier

 
Notice: This project is marked as stale. This means that it may work fine, but it has no file releases or repository commits in over a year. Use your own discretion when using this project.

A Smarty modifier to find a string inside of a string easily. Originally posted at the Smarty Forum by user JasonDS. See, http://www.smarty.net/forums/viewtopic.php?t=10384. Upload into your /plugins/ directory. Notes: Not Tested in CMS Made Simple 2.0 Also, it is better to use PHP inside of a User Defined Tag or preg_match directly in your template. For example, {if preg_match('/(StringA|StringB|"And String C")/i', $VariableToSearch)} //assign a var or do something here {/if}

Latest Release

Stable Release

1.0
2014-01-07 Release History
 
Subscribe to the Latest Files RSS

Project Summary

  • Type: Plugin
  • Created: 2014-01-07 (125 months ago)
  • Last Release Date: 2014-01-07 (125 months ago)
  • Last Commit Date: None