I did not know a better title to describe my need, but in fact, I would like to be able to make a sequence of boxes whose right border is in a triangular format, superimposed on the subsequent box.
So:
My idea is to put a text centere...
Scenario:
const texto = 'ABC [abc] a-c 1234';
console.log(texto.match(/[A-z]/g))
Because the set of A(maiúsculo) to z(minusculo) , that is,
/[A-z]/g returned me [ and ] ?
The result should no...
When I was learning about HTML, I read that there are two types of tags , which are required to 'close', ( <tag></tag> , ex <div></div> ) and auto However, I came across an inconvenience (or not), which is th...
Suppose a data.frame with numeric values and strings:
set.seed(1)
dados <- data.frame(w=rep(c("A", "B"), 2), x= rep(c("D", "C"), 2), y= rnorm(4), z=rnorm(4),
stringsAsFactors=FALSE)
dados
w x y z
1 A...
I know it sounds like a lot, maybe even a lot of lack of knowledge, but I've done some research and found nothing that convinced me in fact.
Does anyone have any, or do you know why the tag has been discontinued?
Because sometimes I find i...
I have two different values that should return different answers, but the classes are the same, how to solve?
See that the answers are wrong.
.Container-Produto{display:block;border:solic 1px #ccc;}
<script src="https://ajax.googl...
It's the following, I have a search field, and I want to search in places other than what is registered, type like: tenis nike shox preto .
I put in the search: tenis preto . If I use a like '%tenis preto%' description it will no...