podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

how to separate mentions and text message any function or we have to write a regex ? #193

Open hunainabbasi opened 4 years ago

Mahmood-Hussain commented 4 years ago

Get markup

$(element).mentionsInput("val", function (text) { markup = text; // Send this to server side and apply regex to markup });

Regex to get mentions text ~(@)\\[(.*?)\\]\\((.*?):(.*?)\\)~