camelCaseFunction(data){
- var arr = data.split(/[_]/);
- var newStr = "";
- for (var i = 0; i < arr.length; i++) {
- newStr += arr[i].charAt(0).toUpperCase() + arr[i].slice(1) +(',');
- }
- newStr = newStr.replace("-"," ")
- return newStr;
}
What started as a leak of shared Claude chats has turned into something much bigger — and much worse. The same thing is now happening with...
No comments:
Post a Comment