View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003804 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2012-04-03 12:42 | 2012-12-18 16:04 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.9 revision 43186 | ||||
Target Version | 4.6.6 revision 54646 | Fixed in Version | 4.6.6 revision 54646 | ||
Summary | 0003804: White space between words will removed (maybe wrong method description) | ||||
Description | hi, method descriptions of oxtagcloud::trimTags() says: /** * Trims underscores and spaces from tags. * * @param string $sTags given tag * * @return string */ But the regular expression remove also white spaces, please see attached screenshot. Now, I am not sure, if it's a bug or the description is not complete. | ||||
Additional Information | checked the regular expression at http://www.gethifi.com/tools/regex ([\s\,\-]?)([^\s\,\-]+)([\s\,\-]?) | ||||
Tags | Tags | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||