Posts by Aprendiz • 27 points
3 posts
-
-1
votes4
answers31555
viewsA: Remove special characters and accents in javascript
For future visitors to this topic, I recommend seeing the answer to this other topic Remove accents (javascript) The most elegant, easy and fast alternative was this:…
-
2
votes1
answer1224
viewsQ: Leave Iframe Responsive, without involving it in any element
Guys, here’s the thing, I need to make an iframe responsive. Only to complicate matters, I have no way of getting this iframe wrapped in another element. Ex: <div class="content">…
-
0
votes1
answer902
viewsQ: About Regular Expression in PHP - How to Get Part of a Text?
I’m having trouble picking up part of a text from a page on Wikipedia. I can hold the title that way: $content = file_get_contenst("https://en.wikipedia.org/wiki/Nature_conservation");…