79528885

Date: 2025-03-23 11:48:56
Score: 2
Natty:
Report link

Easiest: Put the regex result in that slash.

Example

~ $ testtext='hello i want to go to school'; [[ $testtext =~ go ]]; rp=${testtext//$BASH_REMATCH/walk}; echo $rp

Result

hello i want to walk to school
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hamed M