Skip to content

Instantly share code, notes, and snippets.

@uabaluua
Created August 16, 2016 14:11
Show Gist options
  • Save uabaluua/0a4453ae69f2a640b206029f1fd05fd8 to your computer and use it in GitHub Desktop.
Save uabaluua/0a4453ae69f2a640b206029f1fd05fd8 to your computer and use it in GitHub Desktop.
/**
/^(?!\\s)[a-zA-Z0-9\\x2d-\\x2f\\x7f-\\xff_-\\s]+(?!\\s)$/ TO BECOME: /^(?!\\s)[a-zA-Z0-9\\x2d-\\x2f\\x7f-\\xff-_\\s]+(?!\\s)$/
*/
modchunk.map.inc.php
modsnippet.map.inc.php
modtemplatevar.map.inc.php
/**
and for the build
/^(?!\s)[a-zA-Z0-9\x2d-\x2f\x7f-\xff_-\s]+(?!\s)$/ TO BECOME: /^(?!\s)[a-zA-Z0-9\x2d-\x2f\x7f-\xff-_\s]+(?!\s)$/
*/
core/model/schema/modx.mysql.schema.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment