18.10.2021, 14:40
Dot is a special symbol which means "any character". Add % before the dot and it will work:
Code:
value = value:gsub('%.', ',')
Replace . with ,
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Replace . with , - by Trond Hoyem - 18.10.2021, 14:08
RE: Replace . with , - by admin - 18.10.2021, 14:40
RE: Replace . with , - by Trond Hoyem - 19.10.2021, 08:36
RE: Replace . with , - by Trond Hoyem - 20.10.2021, 05:16
|