1
I’m racking my brain with an item that may be even simple to do but after twelve hours of work the mind doesn’t help... rsrsrsrs
Friends, I have a stirng query, for example:
&requiredfields=(Vencedor:vencedor).(Categoria:competitividade|Categoria:produtividade)
Where I need to include a new item to it in a specific position. Check this out:
&requiredfields=(Vencedor:vencedor).(Categoria:jovem parceiro|Categoria:competitividade|Categoria:produtividade)
Note that includes Categoria:jovem parceiro
in the query string at the beginning of the parentheses and made a separation by |
. The position where this character starts in specific I already have, to better contextualize, when items have the same key, they should be within the same parentheses separated by |
, thus the position from which it begins - in this example - Categoria
I already have. I need to move on.
They could help me with this problem. I need to do this with Javascript. Thanks in advance!!!
Perfect! Thank you very much Icaro.
– Ewerton Melo