{"id":1693,"date":"2022-03-09T19:35:54","date_gmt":"2022-03-09T19:35:54","guid":{"rendered":"https:\/\/dapliw.org\/?p=1693"},"modified":"2022-03-09T19:35:54","modified_gmt":"2022-03-09T19:35:54","slug":"javascript-remplazar-en-una-cadena-un-texto-que-aparece-varias-veces","status":"publish","type":"post","link":"https:\/\/saemas.com\/sitio_web\/javascript-remplazar-en-una-cadena-un-texto-que-aparece-varias-veces\/","title":{"rendered":"Javascript &#8211; Remplazar en una cadena un texto que aparece varias veces"},"content":{"rendered":"\n<p>Ejemplo:<\/p>\n\n\n\n<p>cadenaTexto = \u00abEl carro rojo pertenece a la se\u00f1ora del vestido color rojo\u00bb<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cadenaTextoNueva = cadenaTexto.replaceAll(\"rojo\", \"azul\");<\/code><\/pre>\n\n\n\n<p>El resultado ser\u00eda:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cadenaTextoNueva = \"El carro azul pertenece a la se\u00f1ora del vestido color azul\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ejemplo: cadenaTexto = \u00abEl carro rojo pertenece a la se\u00f1ora del vestido color rojo\u00bb El resultado ser\u00eda:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"material-hide-sections":[],"footnotes":""},"categories":[3],"tags":[2],"class_list":["post-1693","post","type-post","status-publish","format-standard","hentry","category-javascript","tag-javascript"],"_links":{"self":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts\/1693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/comments?post=1693"}],"version-history":[{"count":0,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/posts\/1693\/revisions"}],"wp:attachment":[{"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/media?parent=1693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/categories?post=1693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/saemas.com\/sitio_web\/wp-json\/wp\/v2\/tags?post=1693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}