Search notes:

VBA function: filter

option explicit

sub main()

    dim numbers() as string
    numbers = split("one,two,three,four,five,six,seven,eight,nine,ten", ",")

  '
  ' Find words that contain 've' as substring
  '
    debug.print join(filter(numbers, "ve"), chr(10))

end sub
Github repository about-VBA, path: /functions/string/filter.vb

See also

VBA functions
The Excel function filter

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/developm...', 1740090039, '18.117.170.115', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/VBA/functions/string/filter(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78