regex - Exim regular expressions -


format of regex/mime_regex in exim - list of regular expressions separated colons:

mime_regex = 123 : 456 : 789 

how use colon in regular expression? eg

mime_regex = 1:23 

need search string 1:23, no 1 or 23


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -