Find a rule that does not contain "/ /", but contains a specific character

is mainly to check the content of git commit, so as to prevent entering console.log
simply verifying console.log will misjudge the deletion of console.log and comment out console.log

.

so you need to check
existing regexp=" ^\ +. * console\ .log (" you can verify the addition, but not whether it is a comment

).

Test string
+ / console.log ("aaa") should return false
+ console.log (111) should return true

Apr.06,2021

/\ +\ s * [^ /] + console\ .log\ (/

)
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3536c-2bf84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3536c-2bf84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?