Regex is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.
Configuration
Download the example from our website and import it into your configuration. Step by step instructions on how to import are available in our instructional video.
In this example we are using two devices. First device is our virtual sender which simulates some IOT device. This virtual device is sending string to our receiver, which is bOS. We can then use regex to parse out needed information from our sender. Several double variables were added, every variable parses and receives different string from the sender, we can then use these parsed data in our configuration.
Regex storm is an excellent tool to test current regex pattern, get the references for data parsing with added examples for easier integration.