MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / ucfirst

Function ucfirst

main.js:272–274  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

270}
271
272function ucfirst (str) {
273 return str && str.length ? str.charAt(0).toUpperCase() + str.substring(1) : str;
274}
275
276function escapeRegExp (string) {
277 return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');

Callers 6

traceMaxApkVersionCodeFunction · 0.85
canUploadApkFunction · 0.85
getBuildFilesFunction · 0.85
getBuildCaptionFunction · 0.85
processPrivateCommandFunction · 0.85
getChecksumMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected