0
How I can do multiple simultaneous Places without having to do one by one?
Example: I have a formula, in a string format, whose image follows immediately below.
I have already calculated all these values and I have to replace these calculated values in USERS.
There’s a way instead formula = formula.replace(totalUsers,"USERS");
one by one, do all these values simultaneously?
Put the text, n]to the image. And explain better what you want. It’s very generic. Replace what with what? Put it like you’re gonna do it one by one.
– Maniero
The idea is to be really Generic
– gabrielfalieri
Gabriel still agree with @bigown that you can give a clearer, text-coded example.
– Sergio
Trying to help: It’s something like this you need in your regex?
USERS|OPTIONS|MFPCONNECTOR|GATEWAY|HARDWARESOFTWARE|HARDWAREGATEWAY
... See here: http://regexr.com/3gps4– bio