%= text_field_tag :log_search, nil, placeholder: 'Search query' %> / <%= text_field_tag :regex_options, nil, placeholder: 'Regex options' %> <%= button_tag 'Regex Help', id: "regex_help" %>
Option | Notes |
i | case insensitive |
m | make dot match newlines |
x | ignore whitespace in regex |