Made to Order Software Corporation Logo

MO Regex filter: mo_regex_filter.pages.inc File Reference

The implementation of Regex filter. More...

Functions

 _mo_regex_filter_process ($text, $format)
 The processing function of the MO Regex filter module.


Detailed Description

This file includes the actual implementation of the regex filter. This is the processing function that transforms the data according to the user regular expressions.

Copyright (c) 2009-2011 Made to Order Software Corp.

http://www.m2osw.com/mo_regex_filter contact@m2osw.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Function Documentation

_mo_regex_filter_process ( text,
format 
)

This function applies the user supplied regular expressions.

Todo:
Some expressions can make the perl regular expression library and for this reason only a high level administrator should be allowed to use this filter.
Parameters:
[in] $text The text to be parsed with the regular expressions.
[in] $format The format to apply to the specified $text
Returns:
The text transformed by the user supplied regular expressions.

Referenced by mo_regex_filter_filter().

Documentation generated by Doxygen on Sat Mar 12 16:05:40 2011