Reply To: Grep 3 Characters or less

#14363941
Nathan Rule
Participant

I thought i read that link. So in this case i would change it to be

(?<=\(){1,2,3}(?=\))

EDIT: That doesnt work, (?<=\().(?=\)) that finds exactly 1 or (?<=\()..(?=\)) finds exactly 2 but .,.. Doesnt find anything

This article was last modified on April 6, 2022

Comments (0)

Loading comments...