79391404

Date: 2025-01-27 16:08:59
Score: 1
Natty:
Report link

Get first word:

/\w+/

Example:

const matcher = str.match(/\w+/);
console.log("The first string is: ", matcher?.[0]);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Frank Liu