Regex Replace [Video Only]
The Regex Replace function in eFORMz allows you to search and replace parsed data in the eFORMz Composer using regular expressions.
The Regex Replace function in eFORMz allows you to search and replace parsed data in the eFORMz Composer using regular expressions.
When the search for a match requires something more than a direct match on position, text or a digit, the pattern includes special characters. \ Escape character \n New line \r Carriage return \t ...
1. Depending on your version of Windows, you can open a run box by pressing the Windows logo key+R or select Start and then typing “cmd” into the search box . Open a Command Prompt window, type ...
Cascading Style Sheets (CSS) are used for describing the look and feel of a document written in a markup language, such as HTML. How do you reference an external Cascading Style Sheet in eFORMz? ...
If you need an empty box, a solid arrow, or a circle to appear on the form, you can use a constant string with a single Unicode character. The image produced can be any size. Some examples: □ 0.1 ...
Unicode is a standard for encoding and handling text. Within eFORMz, certain Unicode characters can be used by setting the value of a variable: 1. Right click the Form and select Add Variable ...
Grouping constructs capture the substrings of an input string, or a specified range from the string: . Any character except a new line (\n) (a|b) a or b. The ( (open parenthesis) ...
A character class defines a set of characters, any one of which could occur in an input string for a match to succeed: \c Control character \s White space \S Not white space \d Digit \D ...
This video looks at configuring eDIRECT+ to send emails in text and HTML format.