Endpoint - Forced Regular Expression


It is possible to force a regular expression of any endpoint if necessary. The instructions for each Operating System are listed below.

Linux

Open a terminal window and type the following command:

curl -XPUT http://localhost:30000/api/task/regularexpression

Windows

Using a REST Client app shown at the right, type the following command using Method PUT: 

http://localhost:30000/api/task/regularexpression

MacOS

Using a REST Client app shown at the right, type the following command using Method PUT: 

http://localhost:30000/api/task/regularexpression

Links to REST Clients

YARC! (Yet Another Rest Client)

Yarc is a Google Chrome app that can be found by navigating to the Google Chrome Apps page > Web Store and searching for "Yet another rest client". Add the extension to Chrome.


Advanced REST Client

Advanced REST client is a Google Chrome App that allows you to send commands directly to the Heureka endpoint service from Google Chrome Apps. Commands such as reindex, regular expression push and running the pattern engine are available.