MCPcopy Create free account
hub / github.com/unconed/TermKit / fcleanup

Function fcleanup

HTML/jquery.js:2502–2504  ·  view source on GitHub ↗
( nm )

Source from the content-addressed store, hash-verified

2500 rspaces = / /g,
2501 rescape = /[^\w\s.|`]/g,
2502 fcleanup = function( nm ) {
2503 return nm.replace(rescape, "\\$&");
2504 };
2505
2506/*
2507 * A number of helper functions used for managing events.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected