Regular expression based form input method and system

An expression and form technology, applied in the field of form entry methods and systems based on regular expressions, can solve problems such as troublesome efficiency and low efficiency, and achieve the effect of high work efficiency, less trouble, and automatic entry.

CN105550353AInactive Publication Date: 2016-05-04GOERTEK INC
4 Cites 5 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2016-05-04
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention provides a regular expression based form input method and system. The method comprises the steps of a form configuration stage and a form input stage. The form configuration stage comprises the steps of obtaining column information of a to-be-input form; for a data format of each piece of the column information, configuring a corresponding regular expression; and loading each piece of the column information subjected to the regular expression configuration into the form. The form input stage comprises the steps of inputting data into the form after loading each piece of the column information subjected to the regular expression configuration to the form; performing regular expression matching on the input data; and storing the successfully matched data in the column information corresponding to the regular expression. By utilizing the form input method and system, the data can be automatically input, so that unnecessary troubles are reduced and the working efficiency is high.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The present invention relates to the technical field of form entry, and more specifically, to a form entry method and system based on regular expressions. Background technique

[0002] In the process of establishing equipment management, product management and other systems, it is necessary to collect basic data of equipment / products. The existing method is to create a new form for each type of equipment / product, and define the fields that need to be entered in the form. Then the input person clicks each input box, and enters the corresponding field information in the corresponding input box for data collection. In this method, only field information can be entered manually, which is not only troublesome but also inefficient. Contents of the invention

[0003] In view of the problem of uploading, the object of the present invention is to provide a method and system for entering a form based on regular expressions, so as to solve the problems pointed...

Examples

Embodiment Construction

[0026] In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of one or more embodiments. It may be evident, however, that these embodiments may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing one or more embodiments.

[0027] The overall idea of ​​the present invention is: first formulate the rules of the regular expressions corresponding to the field information in the form, when creating the form, load the formulated rules into each field information corresponding to the form, and enter the When entering data, match the entered data with each regular expression, and when the entered data conforms to the rules of a certain regular expression, save the entered data to the field information corresponding to the regular expression.

[0028] figure 1 The flow of the regular ...