How can I check for a specific character in a element?
<div>N0180/RIB</div>
<div>N0180918</div>
<div>N0180</div>
**(I want to target <div>N0180</div> this element)**
I tried to use :contains("N0180") and .substring method. But it is target all three elements.