|
| 06 Apr 2015 12:13 AM |
Manipulate strings to have a space each capital? Like
ThisIsAWord
For every capital, I'll have a space making the end result: This Is A Word |
|
|
| Report Abuse |
|
|
amanda
|
  |
| Joined: 21 Nov 2006 |
| Total Posts: 5925 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 06 Apr 2015 01:05 AM |
text:gsub("%u", " %1"):sub(2)
|
|
|
| Report Abuse |
|
|
| |
|