mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-27 17:45:28 +01:00
Created Regex Beispiele (markdown)
parent
3a78605cb2
commit
ef1d61f911
14
Regex-Beispiele.md
Normal file
14
Regex-Beispiele.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Hier ein paar Beispiel für Regex
|
||||
|
||||
|
||||
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 )`
|
||||
Loading…
Reference in a new issue