Search notes:

PowerShell module regex, function select-regex

Examples for the function select-regex of the PowerShell module regex.
'foo19', 'bar', 'baz', 'akjdlkjf 20109 !', '', "foo '4' baz" | select-regex \d+

get-childItem -recurse -include *.sql | get-content  | foreach-object { select-regex 'insert +into +\S+' $_ }

See also

Some (mostly simple or lightweight) PowerShell modules I have written.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758206326, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/modules/personal/regex/select-regex(41): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78