Is this possible to do it without function, or it's only one way to solve this problem??? (just use regular expression)
function switchcase(s , n, a, rv, i, c) {
n = split(s, a, //)
rv = ""
for (i = 1; i <= n; ++i) {
c = a[i]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.