0

could you please explain, why my regex /\bTIM\w+\gi/ is matching the word time inside that string: {"Time":"2018-12-04T12:02:00"}, however when I search for full word time /\bTIME\w+\gi/ I get no results? How can I amend my regular expression to have a match.

Thanks,

0 Answers0