What is the meaning of the '^' symbol in CSS? I found this on bootsrap. note: [class^=border] <------ (see code below)
.bd-example-border-utils [class^=border] {
display: inline-block;
width: 5rem;
height: 5rem;
margin: .25rem;
background-color: #f5f5f5;
}