Answers for "how to capture an entire word in regex"

1

regex for entire word

/\b(word)\b/i
Posted by: Guest on April-30-2020

Code answers related to "how to capture an entire word in regex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language