Skip to content
Snippets Groups Projects
Commit 5ec939bf authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix user tag regexp

parent 0762318c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ angular.module('cesium.es.http.services', ['ngResource', 'ngApi', 'cesium.servic
regexp = {
IMAGE_SRC: exact('data:([A-Za-z//]+);base64,(.+)'),
HASH_TAG: match('#([\\wḡĞǦğàáâãäåçèéêëìíîïðòóôõöùúûüýÿ]+)'),
USER_TAG: match('@('+BMA.constants.regexp.USER_ID+')'),
USER_TAG: match('(?:^|[\t\n\r\s ])@('+BMA.constants.regexp.USER_ID+')'),
ES_USER_API_ENDPOINT: exact(constants.ES_USER_API_ENDPOINT)
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment