Updated Regex Beispiele (markdown)

thejockel 2017-09-22 13:12:39 +02:00
parent ef1d61f911
commit b1594148fc

@ -2,13 +2,20 @@
only ZVEI to all Plugins with 25### at 85.5MHz
`testfilter = ZVEI;zvei;*;85500000;25[0-9]{3}`
only POCSAG to MySQL with the text "ALARM:" in the Message
`pocTest = POC;msg;MySQL;*;ALARM:`
only POCSAG to Telegram with description starting with FF
`pocTelegram = POC;description;Telegram;*;(FF )`
only POCSAG to Telegram with description starting with BF or FF or IUK
`pocTelegram = POC;description;Telegram;*;(BF )|(FF )|(IUK )`