Wednesday, 17 September 2014

Define WebSphere Commerce SEO pattern to match a filename

If you are trying to define a token for filenames which accepts lower or upper case characters as well as numbers & hyphen, here is the right way to define it:

<seourl:tokenValue value="[[a-zA-Z0-9\- ]*]"/>

No comments:

Post a Comment