Regex

Regex are a powerful tool to match patterns in strings.Horizon is developed in Java, so regex must follow the Java regex engine syntax.

In Horizon, most regex input are used for validation of a field input.As such, they validate one line, and a good practice is enforced:

Regex must start with ^ and end with $.